{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/authenticatedSession": {
      "get": {
        "tags": [
          "Authentication"
        ],
        "operationId": "getAuthenticatedSession",
        "description": "The parameters and request body are for method: getAuthenticatedSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "authType": {
                      "type": "string"
                    },
                    "obfuscateApiKey": {
                      "type": "boolean"
                    },
                    "passwordExpiryTime": {
                      "type": "number"
                    },
                    "passwordExpiryDays": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "authType": "SUPPORT_ACCESS_FULL",
                  "obfuscateApiKey": false,
                  "passwordExpiryTime": 2,
                  "passwordExpiryDays": 8
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Authentication"
        ],
        "operationId": "postAuthenticatedSession",
        "description": "The parameters and request body are for method: postAuthenticatedSession. Same endpoint also used in methods:<br> postAuthenticatedSession__v1 (iapMetadata : object)<br> postAuthenticatedSession__v2 (iapMetadata : object)<br> postAuthenticatedSession__v3 (iapMetadata : object)<br> postAuthenticatedSession__v4 (iapMetadata : object)<br> postAuthenticatedSession__v5 (iapMetadata : object)<br> postAuthenticatedSession__v6 (iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "authType": {
                      "type": "string"
                    },
                    "obfuscateApiKey": {
                      "type": "boolean"
                    },
                    "passwordExpiryTime": {
                      "type": "number"
                    },
                    "passwordExpiryDays": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "authType": "ADMIN_SAML_SSO_LOGIN",
                  "obfuscateApiKey": false,
                  "passwordExpiryTime": 3,
                  "passwordExpiryDays": 10
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "credentials"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Authentication"
        ],
        "operationId": "deleteAuthenticatedSession",
        "description": "The parameters and request body are for method: deleteAuthenticatedSession. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "INPROGRESS"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auditReport": {
      "get": {
        "tags": [
          "AdminAuditLogs"
        ],
        "operationId": "getAuditReport",
        "description": "The parameters and request body are for method: getAuditReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "progressItemsComplete": {
                      "type": "number"
                    },
                    "progressEndTime": {
                      "type": "number"
                    },
                    "errorCode": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "CANCELLED",
                  "progressItemsComplete": 9,
                  "progressEndTime": 2,
                  "errorCode": "INVALID_USERNAME_OR_PASSWORD"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "AdminAuditLogs"
        ],
        "operationId": "postAuditReport",
        "description": "The parameters and request body are for method: postAuditReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "AdminAuditLogs"
        ],
        "operationId": "deleteAuditReport",
        "description": "The parameters and request body are for method: deleteAuditReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auditReport/download": {
      "get": {
        "tags": [
          "AdminAuditLogs"
        ],
        "operationId": "getAuditReportdownload",
        "description": "The parameters and request body are for method: getAuditReportdownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auditlogEntryReport": {
      "get": {
        "tags": [
          "AdminAuditLogs"
        ],
        "operationId": "getAuditlogEntryReport",
        "description": "The parameters and request body are for method: getAuditlogEntryReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    },
                    "progressItemsComplete": {
                      "type": "number"
                    },
                    "progressEndTime": {
                      "type": "number"
                    },
                    "errorCode": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "COMPLETE",
                  "progressItemsComplete": 8,
                  "progressEndTime": 7,
                  "errorCode": "CENTRAL_AUTHORITY_CONNECTION_CLOSED"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "AdminAuditLogs"
        ],
        "operationId": "postAuditlogEntryReport",
        "description": "The parameters and request body are for method: postAuditlogEntryReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "request"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "AdminAuditLogs"
        ],
        "operationId": "deleteAuditlogEntryReport",
        "description": "The parameters and request body are for method: deleteAuditlogEntryReport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auditlogEntryReport/download": {
      "get": {
        "tags": [
          "AdminAuditLogs"
        ],
        "operationId": "getAuditlogEntryReportdownload",
        "description": "The parameters and request body are for method: getAuditlogEntryReportdownload. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/departments": {
      "get": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "getDepartments",
        "description": "The parameters and request body are for method: getDepartments. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "comments": {
                        "type": "string"
                      },
                      "deleted": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 3,
                    "name": "string",
                    "comments": "string",
                    "deleted": true
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/departments/{id}": {
      "get": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "getDepartmentsid",
        "description": "The parameters and request body are for method: getDepartmentsid. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "deleted": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "id": 9,
                  "name": "string",
                  "comments": "string",
                  "deleted": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/groups": {
      "get": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "getGroups",
        "description": "The parameters and request body are for method: getGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "comments": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "comments": "string"
                  },
                  {
                    "id": 10,
                    "name": "string",
                    "comments": "string"
                  },
                  {
                    "id": 10,
                    "name": "string",
                    "comments": "string"
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "comments": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/groups/{groupId}": {
      "get": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "getGroupsgroupId",
        "description": "The parameters and request body are for method: getGroupsgroupId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 5,
                  "name": "string",
                  "comments": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/users": {
      "get": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "getUsers",
        "description": "The parameters and request body are for method: getUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "email": {
                        "type": "string"
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "comments": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "department": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "comments": {
                              "type": "string"
                            },
                            "deleted": {
                              "type": "boolean"
                            }
                          }
                        }
                      },
                      "comments": {
                        "type": "string"
                      },
                      "tempAuthEmail": {
                        "type": "string"
                      },
                      "password": {
                        "type": "string"
                      },
                      "adminUser": {
                        "type": "boolean"
                      },
                      "type": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 10,
                    "name": "string",
                    "email": "string",
                    "groups": [
                      {
                        "id": 8,
                        "name": "string",
                        "comments": "string"
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "comments": "string"
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "comments": "string"
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "comments": "string"
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "comments": "string"
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "comments": "string"
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "comments": "string"
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "comments": "string"
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "comments": "string"
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "comments": "string"
                      }
                    ],
                    "department": [
                      {
                        "id": 10,
                        "name": "string",
                        "comments": "string",
                        "deleted": false
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "comments": "string",
                        "deleted": false
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "comments": "string",
                        "deleted": false
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "comments": "string",
                        "deleted": true
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "comments": "string",
                        "deleted": false
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "comments": "string",
                        "deleted": false
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "comments": "string",
                        "deleted": true
                      }
                    ],
                    "comments": "string",
                    "tempAuthEmail": "string",
                    "password": "string",
                    "adminUser": true,
                    "type": "SUPERADMIN"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dept",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "group",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "postUsers",
        "description": "The parameters and request body are for method: postUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "email": {
                      "type": "string"
                    },
                    "groups": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "department": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "deleted": {
                            "type": "boolean"
                          }
                        }
                      }
                    },
                    "comments": {
                      "type": "string"
                    },
                    "tempAuthEmail": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "adminUser": {
                      "type": "boolean"
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 4,
                  "name": "string",
                  "email": "string",
                  "groups": [
                    {
                      "id": 6,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 8,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 3,
                      "name": "string",
                      "comments": "string"
                    }
                  ],
                  "department": [
                    {
                      "id": 2,
                      "name": "string",
                      "comments": "string",
                      "deleted": false
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "comments": "string",
                      "deleted": true
                    },
                    {
                      "id": 1,
                      "name": "string",
                      "comments": "string",
                      "deleted": true
                    },
                    {
                      "id": 7,
                      "name": "string",
                      "comments": "string",
                      "deleted": false
                    }
                  ],
                  "comments": "string",
                  "tempAuthEmail": "string",
                  "password": "string",
                  "adminUser": false,
                  "type": "UNAUTH_TRAFFIC_DEFAULT"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "user"
            }
          }
        }
      }
    },
    "/users/bulkDelete": {
      "post": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "postUsersbulkDelete",
        "description": "The parameters and request body are for method: postUsersbulkDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ids": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": {
                  "ids": [
                    {},
                    {},
                    {},
                    {}
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "userIds"
            }
          }
        }
      }
    },
    "/users/{userId}": {
      "get": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "getUsersuserId",
        "description": "The parameters and request body are for method: getUsersuserId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "email": {
                      "type": "string"
                    },
                    "groups": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "department": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "deleted": {
                            "type": "boolean"
                          }
                        }
                      }
                    },
                    "comments": {
                      "type": "string"
                    },
                    "tempAuthEmail": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "adminUser": {
                      "type": "boolean"
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 3,
                  "name": "string",
                  "email": "string",
                  "groups": [
                    {
                      "id": 4,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 2,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 9,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 4,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 9,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 8,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 4,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 7,
                      "name": "string",
                      "comments": "string"
                    }
                  ],
                  "department": [
                    {
                      "id": 10,
                      "name": "string",
                      "comments": "string",
                      "deleted": true
                    },
                    {
                      "id": 6,
                      "name": "string",
                      "comments": "string",
                      "deleted": true
                    },
                    {
                      "id": 2,
                      "name": "string",
                      "comments": "string",
                      "deleted": false
                    },
                    {
                      "id": 2,
                      "name": "string",
                      "comments": "string",
                      "deleted": true
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "comments": "string",
                      "deleted": true
                    }
                  ],
                  "comments": "string",
                  "tempAuthEmail": "string",
                  "password": "string",
                  "adminUser": false,
                  "type": "REPORT_USER"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "putUsersuserId",
        "description": "The parameters and request body are for method: putUsersuserId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "email": {
                      "type": "string"
                    },
                    "groups": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "department": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "deleted": {
                            "type": "boolean"
                          }
                        }
                      }
                    },
                    "comments": {
                      "type": "string"
                    },
                    "tempAuthEmail": {
                      "type": "string"
                    },
                    "password": {
                      "type": "string"
                    },
                    "adminUser": {
                      "type": "boolean"
                    },
                    "type": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 7,
                  "name": "string",
                  "email": "string",
                  "groups": [
                    {
                      "id": 6,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 4,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 3,
                      "name": "string",
                      "comments": "string"
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "comments": "string"
                    }
                  ],
                  "department": [
                    {
                      "id": 9,
                      "name": "string",
                      "comments": "string",
                      "deleted": false
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "comments": "string",
                      "deleted": false
                    },
                    {
                      "id": 8,
                      "name": "string",
                      "comments": "string",
                      "deleted": false
                    },
                    {
                      "id": 5,
                      "name": "string",
                      "comments": "string",
                      "deleted": true
                    }
                  ],
                  "comments": "string",
                  "tempAuthEmail": "string",
                  "password": "string",
                  "adminUser": true,
                  "type": "AUDITOR"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "user"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "UserManagement"
        ],
        "operationId": "deleteUsersuserId",
        "description": "The parameters and request body are for method: deleteUsersuserId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/security": {
      "get": {
        "tags": [
          "SecurityPolicySettings"
        ],
        "operationId": "getSecurity",
        "description": "The parameters and request body are for method: getSecurity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "whitelistUrls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "whitelistUrls": [
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "SecurityPolicySettings"
        ],
        "operationId": "putSecurity",
        "description": "The parameters and request body are for method: putSecurity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "whitelistUrls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "whitelistUrls": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "policy"
            }
          }
        }
      }
    },
    "/security/advanced": {
      "get": {
        "tags": [
          "SecurityPolicySettings"
        ],
        "operationId": "getSecurityadvanced",
        "description": "The parameters and request body are for method: getSecurityadvanced. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "blacklistUrls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "blacklistUrls": [
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "SecurityPolicySettings"
        ],
        "operationId": "putSecurityadvanced",
        "description": "The parameters and request body are for method: putSecurityadvanced. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "blacklistUrls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "blacklistUrls": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "advSettings"
            }
          }
        }
      }
    },
    "/security/advanced/blacklistUrls": {
      "post": {
        "tags": [
          "SecurityPolicySettings"
        ],
        "operationId": "postSecurityadvancedblacklistUrls",
        "description": "The parameters and request body are for method: postSecurityadvancedblacklistUrls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "blacklistUrls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": {
                  "blacklistUrls": [
                    "string",
                    "string",
                    "string"
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sslSettings/certchain": {
      "delete": {
        "tags": [
          "SSLInspectionSettings"
        ],
        "operationId": "deleteSslSettingscertchain",
        "description": "The parameters and request body are for method: deleteSslSettingscertchain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sslSettings/downloadcsr": {
      "get": {
        "tags": [
          "SSLInspectionSettings"
        ],
        "operationId": "getSslSettingsdownloadcsr",
        "description": "The parameters and request body are for method: getSslSettingsdownloadcsr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sslSettings/generatecsr": {
      "post": {
        "tags": [
          "SSLInspectionSettings"
        ],
        "operationId": "postSslSettingsgeneratecsr",
        "description": "The parameters and request body are for method: postSslSettingsgeneratecsr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "cert"
            }
          }
        }
      }
    },
    "/sslSettings/showcert": {
      "get": {
        "tags": [
          "SSLInspectionSettings"
        ],
        "operationId": "getSslSettingsshowcert",
        "description": "The parameters and request body are for method: getSslSettingsshowcert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sslSettings/uploadcert/text": {
      "post": {
        "tags": [
          "SSLInspectionSettings"
        ],
        "operationId": "postSslSettingsuploadcerttext",
        "description": "The parameters and request body are for method: postSslSettingsuploadcerttext. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "fileInputStream"
            }
          }
        }
      }
    },
    "/sslSettings/uploadcertchain/text": {
      "post": {
        "tags": [
          "SSLInspectionSettings"
        ],
        "operationId": "postSslSettingsuploadcertchaintext",
        "description": "The parameters and request body are for method: postSslSettingsuploadcertchaintext. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "fileInputStream"
            }
          }
        }
      }
    },
    "/urlCategories": {
      "get": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "getUrlCategories",
        "description": "The parameters and request body are for method: getUrlCategories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "configuredName": {
                        "type": "string"
                      },
                      "urls": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "dbCategorizedUrls": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "customCategory": {
                        "type": "boolean"
                      },
                      "scopes": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "scopeGroupMemberEntities": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "extensions": {
                                    "type": "object"
                                  }
                                }
                              }
                            },
                            "Type": {
                              "type": "string"
                            },
                            "ScopeEntities": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "extensions": {
                                    "type": "object"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "editable": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      },
                      "val": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": "OTHER_GOVERNMENT_AND_POLITICS",
                    "configuredName": "string",
                    "urls": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "dbCategorizedUrls": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "customCategory": false,
                    "scopes": [
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "ORGANIZATION",
                        "ScopeEntities": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "editable": true,
                    "description": "string",
                    "val": 2
                  },
                  {
                    "id": "CUSTOM_40",
                    "configuredName": "string",
                    "urls": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "dbCategorizedUrls": [
                      "string",
                      "string",
                      "string"
                    ],
                    "customCategory": false,
                    "scopes": [
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "editable": false,
                    "description": "string",
                    "val": 2
                  },
                  {
                    "id": "COMPUTER_HACKING",
                    "configuredName": "string",
                    "urls": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "dbCategorizedUrls": [
                      "string"
                    ],
                    "customCategory": true,
                    "scopes": [
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "ORGANIZATION",
                        "ScopeEntities": [
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "ORGANIZATION",
                        "ScopeEntities": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "editable": true,
                    "description": "string",
                    "val": 4
                  },
                  {
                    "id": "OTHER_RELIGION",
                    "configuredName": "string",
                    "urls": [
                      "string",
                      "string"
                    ],
                    "dbCategorizedUrls": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "customCategory": true,
                    "scopes": [
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "ORGANIZATION",
                        "ScopeEntities": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "ORGANIZATION",
                        "ScopeEntities": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "editable": false,
                    "description": "string",
                    "val": 8
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "postUrlCategories",
        "description": "The parameters and request body are for method: postUrlCategories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "configuredName": {
                      "type": "string"
                    },
                    "urls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "dbCategorizedUrls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "customCategory": {
                      "type": "boolean"
                    },
                    "scopes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scopeGroupMemberEntities": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "Type": {
                            "type": "string"
                          },
                          "ScopeEntities": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "editable": {
                      "type": "boolean"
                    },
                    "description": {
                      "type": "string"
                    },
                    "val": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": "DINING_AND_RESTAURANT",
                  "configuredName": "string",
                  "urls": [
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "dbCategorizedUrls": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "customCategory": true,
                  "scopes": [
                    {
                      "scopeGroupMemberEntities": [
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "Type": "LOCATION",
                      "ScopeEntities": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    }
                  ],
                  "editable": true,
                  "description": "string",
                  "val": 8
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "customCategory"
            }
          }
        }
      }
    },
    "/urlCategories/lite": {
      "get": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "getUrlCategorieslite",
        "description": "The parameters and request body are for method: getUrlCategorieslite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "configuredName": {
                        "type": "string"
                      },
                      "urls": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "dbCategorizedUrls": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "customCategory": {
                        "type": "boolean"
                      },
                      "scopes": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "scopeGroupMemberEntities": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "extensions": {
                                    "type": "object"
                                  }
                                }
                              }
                            },
                            "Type": {
                              "type": "string"
                            },
                            "ScopeEntities": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "extensions": {
                                    "type": "object"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "editable": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      },
                      "val": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": "MATURE_HUMOR",
                    "configuredName": "string",
                    "urls": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "dbCategorizedUrls": [
                      "string",
                      "string",
                      "string"
                    ],
                    "customCategory": true,
                    "scopes": [
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "editable": true,
                    "description": "string",
                    "val": 7
                  },
                  {
                    "id": "CUSTOM_00",
                    "configuredName": "string",
                    "urls": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "dbCategorizedUrls": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "customCategory": true,
                    "scopes": [
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "ORGANIZATION",
                        "ScopeEntities": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION",
                        "ScopeEntities": [
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "LOCATION_GROUP",
                        "ScopeEntities": [
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "DEPARTMENT",
                        "ScopeEntities": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "scopeGroupMemberEntities": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "Type": "ORGANIZATION",
                        "ScopeEntities": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "editable": false,
                    "description": "string",
                    "val": 2
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/urlCategories/urlQuota": {
      "get": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "getUrlCategoriesurlQuota",
        "description": "The parameters and request body are for method: getUrlCategoriesurlQuota. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "uniqueUrlsProvisioned": {
                      "type": "number"
                    },
                    "remainingUrlsQuota": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "uniqueUrlsProvisioned": 8,
                  "remainingUrlsQuota": 8
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/urlCategories/{categoryId}": {
      "get": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "getUrlCategoriescategoryId",
        "description": "The parameters and request body are for method: getUrlCategoriescategoryId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "configuredName": {
                      "type": "string"
                    },
                    "urls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "dbCategorizedUrls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "customCategory": {
                      "type": "boolean"
                    },
                    "scopes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scopeGroupMemberEntities": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "Type": {
                            "type": "string"
                          },
                          "ScopeEntities": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "editable": {
                      "type": "boolean"
                    },
                    "description": {
                      "type": "string"
                    },
                    "val": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": "CUSTOM_38",
                  "configuredName": "string",
                  "urls": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "dbCategorizedUrls": [
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "customCategory": true,
                  "scopes": [
                    {
                      "scopeGroupMemberEntities": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "Type": "LOCATION",
                      "ScopeEntities": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "scopeGroupMemberEntities": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "Type": "DEPARTMENT",
                      "ScopeEntities": [
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "scopeGroupMemberEntities": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "Type": "LOCATION",
                      "ScopeEntities": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    }
                  ],
                  "editable": true,
                  "description": "string",
                  "val": 5
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "categoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "categoryId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "putUrlCategoriescategoryId",
        "description": "The parameters and request body are for method: putUrlCategoriescategoryId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "configuredName": {
                      "type": "string"
                    },
                    "urls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "dbCategorizedUrls": {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    },
                    "customCategory": {
                      "type": "boolean"
                    },
                    "scopes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "scopeGroupMemberEntities": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "Type": {
                            "type": "string"
                          },
                          "ScopeEntities": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "editable": {
                      "type": "boolean"
                    },
                    "description": {
                      "type": "string"
                    },
                    "val": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "id": "HOBBIES_AND_LEISURE",
                  "configuredName": "string",
                  "urls": [
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string",
                    "string"
                  ],
                  "dbCategorizedUrls": [
                    "string"
                  ],
                  "customCategory": false,
                  "scopes": [
                    {
                      "scopeGroupMemberEntities": [
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "Type": "DEPARTMENT",
                      "ScopeEntities": [
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "scopeGroupMemberEntities": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "Type": "LOCATION",
                      "ScopeEntities": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    }
                  ],
                  "editable": true,
                  "description": "string",
                  "val": 9
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "categoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "categoryId",
              "type": "string"
            }
          },
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "customCategory"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "deleteUrlCategoriescategoryId",
        "description": "The parameters and request body are for method: deleteUrlCategoriescategoryId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "categoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "categoryId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/urlLookup": {
      "post": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "postUrlLookup",
        "description": "The parameters and request body are for method: postUrlLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "url": {
                        "type": "string"
                      },
                      "urlClassifications": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "urlClassificationsWithSecurityAlert": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "url": "string",
                    "urlClassifications": [
                      "CUSTOM_16",
                      "CONTINUING_EDUCATION_COLLEGES",
                      "HOBBIES_AND_LEISURE",
                      "ONLINE_CHAT",
                      "BOTNET",
                      "SHAREWARE_DOWNLOAD",
                      "REFERENCE_SITES",
                      "ADSPYWARE_SITES",
                      "OTHER_ENTERTAINMENT_AND_RECREATION"
                    ],
                    "urlClassificationsWithSecurityAlert": [
                      "ANONYMIZER"
                    ]
                  },
                  {
                    "url": "string",
                    "urlClassifications": [
                      "OTHER_SOCIAL_AND_FAMILY_ISSUES",
                      "CUSTOM_06",
                      "DISCUSSION_FORUMS",
                      "OTHER_SOCIETY_AND_LIFESTYLE",
                      "OTHER_SHOPPING_AND_AUCTIONS"
                    ],
                    "urlClassificationsWithSecurityAlert": [
                      "MUSIC",
                      "CUSTOM_15",
                      "CUSTOM_30",
                      "TRAVEL",
                      "CUSTOM_36",
                      "CUSTOM_13",
                      "CUSTOM_42",
                      "HOBBIES_AND_LEISURE",
                      "CRYPTOMINING",
                      "CUSTOM_29"
                    ]
                  },
                  {
                    "url": "string",
                    "urlClassifications": [
                      "CUSTOM_35"
                    ],
                    "urlClassificationsWithSecurityAlert": [
                      "WEAPONS_AND_BOMBS",
                      "GOVERNMENT",
                      "HOBBIES_AND_LEISURE",
                      "PORNOGRAPHY",
                      "DRUGS",
                      "ADULT_SEX_EDUCATION",
                      "BROWSER_EXPLOIT",
                      "CUSTOM_BP_0",
                      "WEB_HOST",
                      "K_12"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "urls"
            }
          }
        }
      }
    },
    "/vpnCredentials": {
      "get": {
        "tags": [
          "VPNCredentials"
        ],
        "operationId": "getVpnCredentials",
        "description": "The parameters and request body are for method: getVpnCredentials. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "type": {
                        "type": "string"
                      },
                      "fqdn": {
                        "type": "string"
                      },
                      "preSharedKey": {
                        "type": "string"
                      },
                      "comments": {
                        "type": "string"
                      },
                      "location": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "managedBy": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 7,
                    "type": "IP",
                    "fqdn": "string",
                    "preSharedKey": "string",
                    "comments": "string",
                    "location": [
                      {
                        "id": 7,
                        "name": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "extensions": {}
                      }
                    ],
                    "managedBy": [
                      {
                        "id": 9,
                        "name": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "extensions": {}
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeOnlyWithoutLocation",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "managedBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "VPNCredentials"
        ],
        "operationId": "postVpnCredentials",
        "description": "The parameters and request body are for method: postVpnCredentials. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "fqdn": {
                      "type": "string"
                    },
                    "preSharedKey": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "location": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      }
                    },
                    "managedBy": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 5,
                  "type": "IP",
                  "fqdn": "string",
                  "preSharedKey": "string",
                  "comments": "string",
                  "location": [
                    {
                      "id": 8,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 6,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 8,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 1,
                      "name": "string",
                      "extensions": {}
                    }
                  ],
                  "managedBy": [
                    {
                      "id": 1,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 5,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 9,
                      "name": "string",
                      "extensions": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "vpnCred"
            }
          }
        }
      }
    },
    "/vpnCredentials/bulkDelete": {
      "post": {
        "tags": [
          "VPNCredentials"
        ],
        "operationId": "postVpnCredentialsbulkDelete",
        "description": "The parameters and request body are for method: postVpnCredentialsbulkDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "ids"
            }
          }
        }
      }
    },
    "/vpnCredentials/{vpnId}": {
      "get": {
        "tags": [
          "VPNCredentials"
        ],
        "operationId": "getVpnCredentialsvpnId",
        "description": "The parameters and request body are for method: getVpnCredentialsvpnId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "fqdn": {
                      "type": "string"
                    },
                    "preSharedKey": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "location": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      }
                    },
                    "managedBy": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 6,
                  "type": "CN",
                  "fqdn": "string",
                  "preSharedKey": "string",
                  "comments": "string",
                  "location": [
                    {
                      "id": 5,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 6,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 7,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 3,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 4,
                      "name": "string",
                      "extensions": {}
                    }
                  ],
                  "managedBy": [
                    {
                      "id": 3,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 4,
                      "name": "string",
                      "extensions": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "VPNCredentials"
        ],
        "operationId": "putVpnCredentialsvpnId",
        "description": "The parameters and request body are for method: putVpnCredentialsvpnId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "type": {
                      "type": "string"
                    },
                    "fqdn": {
                      "type": "string"
                    },
                    "preSharedKey": {
                      "type": "string"
                    },
                    "comments": {
                      "type": "string"
                    },
                    "location": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      }
                    },
                    "managedBy": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "id": 4,
                  "type": "UFQDN",
                  "fqdn": "string",
                  "preSharedKey": "string",
                  "comments": "string",
                  "location": [
                    {
                      "id": 1,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 1,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 1,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 4,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 9,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 10,
                      "name": "string",
                      "extensions": {}
                    }
                  ],
                  "managedBy": [
                    {
                      "id": 5,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 6,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 3,
                      "name": "string",
                      "extensions": {}
                    },
                    {
                      "id": 1,
                      "name": "string",
                      "extensions": {}
                    }
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "vpnCred"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "VPNCredentials"
        ],
        "operationId": "deleteVpnCredentialsvpnId",
        "description": "The parameters and request body are for method: deleteVpnCredentialsvpnId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "vpnId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "vpnId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/locations": {
      "get": {
        "tags": [
          "Locations"
        ],
        "operationId": "getLocations",
        "description": "The parameters and request body are for method: getLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "country": {
                        "type": "string"
                      },
                      "managedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "vpnCredentials": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "type": {
                              "type": "string"
                            },
                            "fqdn": {
                              "type": "string"
                            },
                            "preSharedKey": {
                              "type": "string"
                            },
                            "comments": {
                              "type": "string"
                            },
                            "location": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "extensions": {
                                    "type": "object"
                                  }
                                }
                              }
                            },
                            "managedBy": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "number"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "extensions": {
                                    "type": "object"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "xffForwardEnabled": {
                        "type": "boolean"
                      },
                      "tz": {
                        "type": "string"
                      },
                      "authRequired": {
                        "type": "boolean"
                      },
                      "upBandwidth": {
                        "type": "number"
                      },
                      "sslScanEnabled": {
                        "type": "boolean"
                      },
                      "dnBandwidth": {
                        "type": "number"
                      },
                      "ofwEnabled": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "name": "string",
                    "id": 9,
                    "country": "IRAQ",
                    "managedBy": {
                      "id": 5,
                      "name": "string",
                      "extensions": {}
                    },
                    "vpnCredentials": [
                      {
                        "id": 6,
                        "type": "XAUTH",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 2,
                        "type": "UFQDN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 9,
                        "type": "UFQDN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 9,
                        "type": "IP",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 8,
                        "type": "CN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 7,
                        "type": "XAUTH",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "xffForwardEnabled": true,
                    "tz": "string",
                    "authRequired": false,
                    "upBandwidth": 3,
                    "sslScanEnabled": true,
                    "dnBandwidth": 10,
                    "ofwEnabled": true
                  },
                  {
                    "name": "string",
                    "id": 3,
                    "country": "JAMAICA",
                    "managedBy": {
                      "id": 3,
                      "name": "string",
                      "extensions": {}
                    },
                    "vpnCredentials": [
                      {
                        "id": 6,
                        "type": "CN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 9,
                        "type": "UFQDN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 6,
                        "type": "IP",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 8,
                        "type": "IP",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 1,
                        "type": "UFQDN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 8,
                        "type": "CN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 6,
                        "type": "IP",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 4,
                        "type": "XAUTH",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 10,
                        "type": "CN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 10,
                        "type": "UFQDN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "xffForwardEnabled": false,
                    "tz": "string",
                    "authRequired": false,
                    "upBandwidth": 9,
                    "sslScanEnabled": false,
                    "dnBandwidth": 5,
                    "ofwEnabled": false
                  },
                  {
                    "name": "string",
                    "id": 5,
                    "country": "BAHRAIN",
                    "managedBy": {
                      "id": 10,
                      "name": "string",
                      "extensions": {}
                    },
                    "vpnCredentials": [
                      {
                        "id": 4,
                        "type": "CN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 9,
                        "type": "XAUTH",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 9,
                        "type": "XAUTH",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 1,
                        "type": "UFQDN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 10,
                        "type": "IP",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 7,
                        "type": "IP",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 2,
                        "type": "CN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "xffForwardEnabled": false,
                    "tz": "string",
                    "authRequired": true,
                    "upBandwidth": 3,
                    "sslScanEnabled": true,
                    "dnBandwidth": 10,
                    "ofwEnabled": true
                  },
                  {
                    "name": "string",
                    "id": 8,
                    "country": "SENEGAL",
                    "managedBy": {
                      "id": 4,
                      "name": "string",
                      "extensions": {}
                    },
                    "vpnCredentials": [
                      {
                        "id": 2,
                        "type": "IP",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 8,
                        "type": "CN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 2,
                        "type": "CN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 2,
                        "type": "XAUTH",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 1,
                        "type": "CN",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 7,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 3,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 6,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      },
                      {
                        "id": 8,
                        "type": "XAUTH",
                        "fqdn": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": [
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 5,
                            "name": "string",
                            "extensions": {}
                          }
                        ],
                        "managedBy": [
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 2,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 4,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 1,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 8,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 10,
                            "name": "string",
                            "extensions": {}
                          },
                          {
                            "id": 9,
                            "name": "string",
                            "extensions": {}
                          }
                        ]
                      }
                    ],
                    "xffForwardEnabled": true,
                    "tz": "string",
                    "authRequired": true,
                    "upBandwidth": 5,
                    "sslScanEnabled": true,
                    "dnBandwidth": 5,
                    "ofwEnabled": false
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sslScanEnabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xffEnabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authRequired",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bwEnforced",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Locations"
        ],
        "operationId": "postLocations",
        "description": "The parameters and request body are for method: postLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "country": {
                      "type": "string"
                    },
                    "managedBy": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "extensions": {
                          "type": "object"
                        }
                      }
                    },
                    "vpnCredentials": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "fqdn": {
                            "type": "string"
                          },
                          "preSharedKey": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "location": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "managedBy": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "xffForwardEnabled": {
                      "type": "boolean"
                    },
                    "tz": {
                      "type": "string"
                    },
                    "authRequired": {
                      "type": "boolean"
                    },
                    "upBandwidth": {
                      "type": "number"
                    },
                    "sslScanEnabled": {
                      "type": "boolean"
                    },
                    "dnBandwidth": {
                      "type": "number"
                    },
                    "ofwEnabled": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "id": 8,
                  "country": "KIRIBATI",
                  "managedBy": {
                    "id": 3,
                    "name": "string",
                    "extensions": {}
                  },
                  "vpnCredentials": [
                    {
                      "id": 7,
                      "type": "XAUTH",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 9,
                      "type": "CN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 7,
                      "type": "XAUTH",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 5,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 7,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 10,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 4,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 9,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 9,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 5,
                      "type": "XAUTH",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    }
                  ],
                  "xffForwardEnabled": true,
                  "tz": "string",
                  "authRequired": true,
                  "upBandwidth": 3,
                  "sslScanEnabled": true,
                  "dnBandwidth": 10,
                  "ofwEnabled": false
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "location"
            }
          }
        }
      }
    },
    "/locations/bulkDelete": {
      "post": {
        "tags": [
          "Locations"
        ],
        "operationId": "postLocationsbulkDelete",
        "description": "The parameters and request body are for method: postLocationsbulkDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "LocationIds"
            }
          }
        }
      }
    },
    "/locations/lite": {
      "get": {
        "tags": [
          "Locations"
        ],
        "operationId": "getLocationslite",
        "description": "The parameters and request body are for method: getLocationslite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "country": {
                      "type": "string"
                    },
                    "managedBy": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "extensions": {
                          "type": "object"
                        }
                      }
                    },
                    "vpnCredentials": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "fqdn": {
                            "type": "string"
                          },
                          "preSharedKey": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "location": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "managedBy": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "xffForwardEnabled": {
                      "type": "boolean"
                    },
                    "tz": {
                      "type": "string"
                    },
                    "authRequired": {
                      "type": "boolean"
                    },
                    "upBandwidth": {
                      "type": "number"
                    },
                    "sslScanEnabled": {
                      "type": "boolean"
                    },
                    "dnBandwidth": {
                      "type": "number"
                    },
                    "ofwEnabled": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "id": 10,
                  "country": "FRENCH_SOUTHERN_TERRITORIES",
                  "managedBy": {
                    "id": 1,
                    "name": "string",
                    "extensions": {}
                  },
                  "vpnCredentials": [
                    {
                      "id": 10,
                      "type": "XAUTH",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 9,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 6,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 2,
                      "type": "XAUTH",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 9,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 5,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 7,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 7,
                      "type": "CN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 5,
                      "type": "CN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 3,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    }
                  ],
                  "xffForwardEnabled": false,
                  "tz": "string",
                  "authRequired": false,
                  "upBandwidth": 2,
                  "sslScanEnabled": false,
                  "dnBandwidth": 7,
                  "ofwEnabled": false
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "sslScanEnabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/locations/{locationId}": {
      "get": {
        "tags": [
          "Locations"
        ],
        "operationId": "getLocationslocationId",
        "description": "The parameters and request body are for method: getLocationslocationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "country": {
                      "type": "string"
                    },
                    "managedBy": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "extensions": {
                          "type": "object"
                        }
                      }
                    },
                    "vpnCredentials": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "fqdn": {
                            "type": "string"
                          },
                          "preSharedKey": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "location": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "managedBy": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "xffForwardEnabled": {
                      "type": "boolean"
                    },
                    "tz": {
                      "type": "string"
                    },
                    "authRequired": {
                      "type": "boolean"
                    },
                    "upBandwidth": {
                      "type": "number"
                    },
                    "sslScanEnabled": {
                      "type": "boolean"
                    },
                    "dnBandwidth": {
                      "type": "number"
                    },
                    "ofwEnabled": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "id": 10,
                  "country": "NIGERIA",
                  "managedBy": {
                    "id": 3,
                    "name": "string",
                    "extensions": {}
                  },
                  "vpnCredentials": [
                    {
                      "id": 1,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 8,
                      "type": "XAUTH",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 2,
                      "type": "CN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 1,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 10,
                      "type": "CN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 9,
                      "type": "XAUTH",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 5,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 4,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    }
                  ],
                  "xffForwardEnabled": true,
                  "tz": "string",
                  "authRequired": true,
                  "upBandwidth": 6,
                  "sslScanEnabled": false,
                  "dnBandwidth": 9,
                  "ofwEnabled": true
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "locationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "locationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "Locations"
        ],
        "operationId": "putLocationslocationId",
        "description": "The parameters and request body are for method: putLocationslocationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "country": {
                      "type": "string"
                    },
                    "managedBy": {
                      "type": "object",
                      "properties": {
                        "id": {
                          "type": "number"
                        },
                        "name": {
                          "type": "string"
                        },
                        "extensions": {
                          "type": "object"
                        }
                      }
                    },
                    "vpnCredentials": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "type": {
                            "type": "string"
                          },
                          "fqdn": {
                            "type": "string"
                          },
                          "preSharedKey": {
                            "type": "string"
                          },
                          "comments": {
                            "type": "string"
                          },
                          "location": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "managedBy": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      }
                    },
                    "xffForwardEnabled": {
                      "type": "boolean"
                    },
                    "tz": {
                      "type": "string"
                    },
                    "authRequired": {
                      "type": "boolean"
                    },
                    "upBandwidth": {
                      "type": "number"
                    },
                    "sslScanEnabled": {
                      "type": "boolean"
                    },
                    "dnBandwidth": {
                      "type": "number"
                    },
                    "ofwEnabled": {
                      "type": "boolean"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "id": 10,
                  "country": "MICRONESIA_FEDERATED_STATES_OF",
                  "managedBy": {
                    "id": 3,
                    "name": "string",
                    "extensions": {}
                  },
                  "vpnCredentials": [
                    {
                      "id": 6,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 5,
                      "type": "XAUTH",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 10,
                      "type": "CN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 5,
                      "type": "CN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 7,
                      "type": "XAUTH",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 5,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 7,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 6,
                      "type": "IP",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 4,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    },
                    {
                      "id": 7,
                      "type": "UFQDN",
                      "fqdn": "string",
                      "preSharedKey": "string",
                      "comments": "string",
                      "location": [
                        {
                          "id": 9,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "extensions": {}
                        }
                      ],
                      "managedBy": [
                        {
                          "id": 3,
                          "name": "string",
                          "extensions": {}
                        }
                      ]
                    }
                  ],
                  "xffForwardEnabled": true,
                  "tz": "string",
                  "authRequired": true,
                  "upBandwidth": 1,
                  "sslScanEnabled": true,
                  "dnBandwidth": 5,
                  "ofwEnabled": false
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "locationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "locationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "location"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Locations"
        ],
        "operationId": "deleteLocationslocationId",
        "description": "The parameters and request body are for method: deleteLocationslocationId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "locationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "locationId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sandbox/report/quota": {
      "get": {
        "tags": [
          "SandboxReport"
        ],
        "operationId": "getSandboxreportquota",
        "description": "The parameters and request body are for method: getSandboxreportquota. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "startTime": {
                        "type": "number"
                      },
                      "used": {
                        "type": "number"
                      },
                      "allowed": {
                        "type": "number"
                      },
                      "scale": {
                        "type": "string"
                      },
                      "unused": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "startTime": 2,
                    "used": 5,
                    "allowed": 9,
                    "scale": "NANOSECONDS",
                    "unused": 1
                  },
                  {
                    "startTime": 5,
                    "used": 10,
                    "allowed": 3,
                    "scale": "MINUTES",
                    "unused": 4
                  },
                  {
                    "startTime": 9,
                    "used": 4,
                    "allowed": 4,
                    "scale": "NANOSECONDS",
                    "unused": 9
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sandbox/report/{md5Hash}": {
      "get": {
        "tags": [
          "SandboxReport"
        ],
        "operationId": "getSandboxreportmd5Hash",
        "description": "The parameters and request body are for method: getSandboxreportmd5Hash. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "md5Hash",
            "in": "path",
            "required": true,
            "schema": {
              "title": "md5Hash",
              "type": "string"
            }
          },
          {
            "name": "details",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/status": {
      "get": {
        "tags": [
          "Activation"
        ],
        "operationId": "getStatus",
        "description": "The parameters and request body are for method: getStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "INPROGRESS"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/status/activate": {
      "post": {
        "tags": [
          "Activation"
        ],
        "operationId": "postStatusactivate",
        "description": "The parameters and request body are for method: postStatusactivate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "status": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "status": "ACTIVE"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/zscsb/submit": {
      "post": {
        "tags": [
          "SandboxSubmissionAPI"
        ],
        "operationId": "submitFile",
        "description": "The parameters and request body are for method: submitFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "apiToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "force",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/zscsb/discan": {
      "post": {
        "tags": [
          "SandboxSubmissionAPI"
        ],
        "operationId": "submitFileForScan",
        "description": "The parameters and request body are for method: submitFileForScan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "apiToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/apps/app": {
      "get": {
        "tags": [
          "Applications"
        ],
        "operationId": "getApp",
        "description": "The parameters and request body are for method: getApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "url",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "verbose",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Applications"
        ],
        "operationId": "postApp",
        "description": "The parameters and request body are for method: postApp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/apps/search": {
      "get": {
        "tags": [
          "Applications"
        ],
        "operationId": "appsSearchGET",
        "description": "The parameters and request body are for method: appsSearchGET. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "count": {
                        "type": "number"
                      },
                      "currentPage": {
                        "type": "number"
                      },
                      "data": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "result": {
                              "type": "object",
                              "properties": {
                                "appId": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "provider": {
                                  "type": "string"
                                },
                                "publisher": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "count": 1,
                    "currentPage": 9,
                    "data": [
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      }
                    ]
                  },
                  {
                    "count": 1,
                    "currentPage": 8,
                    "data": [
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      }
                    ]
                  },
                  {
                    "count": 1,
                    "currentPage": 2,
                    "data": [
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      }
                    ]
                  },
                  {
                    "count": 1,
                    "currentPage": 2,
                    "data": [
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      },
                      {
                        "result": {
                          "appId": "745653580800-3f83vttrac3pp3gcrdoh5s74n6agihe.apps.googleusercontent.com",
                          "name": "app name",
                          "provider": "SLACK",
                          "publisher": "goog"
                        }
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app_views/list": {
      "get": {
        "tags": [
          "AppViews"
        ],
        "operationId": "getViews",
        "description": "The parameters and request body are for method: getViews. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "createdBy": {
                        "type": "string"
                      },
                      "createdAt": {
                        "type": "number"
                      },
                      "spec": {
                        "type": "object",
                        "properties": {
                          "service": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "status": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": "0cd0b469-9477-4bf9-939b-3aaaa6aedaa7",
                    "name": "High risk apps",
                    "createdBy": "admin@zscaler.com",
                    "createdAt": 1707224066585,
                    "spec": {
                      "service": [
                        "account"
                      ],
                      "status": [
                        "enabled"
                      ]
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/app_views/{appViewId}/apps": {
      "get": {
        "tags": [
          "AppViews"
        ],
        "operationId": "getViewApps",
        "description": "The parameters and request body are for method: getViewApps. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "appIds": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "spec": {
                        "type": "object",
                        "properties": {
                          "service": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "status": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": "0cd0b469-9477-4bf9-939b-3aaaa6aedaa7",
                    "appIds": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "spec": {
                      "service": [
                        "account"
                      ],
                      "status": [
                        "enabled"
                      ]
                    }
                  },
                  {
                    "id": "0cd0b469-9477-4bf9-939b-3aaaa6aedaa7",
                    "appIds": [
                      "string",
                      "string",
                      "string"
                    ],
                    "spec": {
                      "service": [
                        "account"
                      ],
                      "status": [
                        "enabled"
                      ]
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appViewId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "appViewId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/adminRoles/lite": {
      "get": {
        "tags": [
          "AdminRoleManagement"
        ],
        "operationId": "getRoleSummary",
        "description": "The parameters and request body are for method: getRoleSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "includeAuditorRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includePartnerRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeApiRole",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/adminUsers": {
      "get": {
        "tags": [
          "AdminRoleManagement"
        ],
        "operationId": "getAdminUsers",
        "description": "The parameters and request body are for method: getAdminUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "includeAuditorUsers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeAdminUsers",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "AdminRoleManagement"
        ],
        "operationId": "addAdminUser",
        "description": "The parameters and request body are for method: addAdminUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "associateWithExistingAdmin",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/adminUsers/{userId}": {
      "put": {
        "tags": [
          "AdminRoleManagement"
        ],
        "operationId": "updateAdminUser",
        "description": "The parameters and request body are for method: updateAdminUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "AdminRoleManagement"
        ],
        "operationId": "deleteAdminUser",
        "description": "The parameters and request body are for method: deleteAdminUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/adminUsers/{userId}/convertToUser": {
      "post": {
        "tags": [
          "AdminRoleManagement"
        ],
        "operationId": "convertAdminToEndUser",
        "description": "The parameters and request body are for method: convertAdminToEndUser. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "userId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "userId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/browserIsolation/profiles": {
      "get": {
        "tags": [
          "BrowserIsolation"
        ],
        "operationId": "getCloudBrowserIsolationProfiles",
        "description": "The parameters and request body are for method: getCloudBrowserIsolationProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "defaultProfile": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": "string",
                    "name": "string",
                    "url": "string",
                    "defaultProfile": false
                  },
                  {
                    "id": "string",
                    "name": "string",
                    "url": "string",
                    "defaultProfile": false
                  },
                  {
                    "id": "string",
                    "name": "string",
                    "url": "string",
                    "defaultProfile": false
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpDictionaries": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getDlpDictionaries",
        "description": "The parameters and request body are for method: getDlpDictionaries. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "confidenceThreshold": {
                        "type": "object"
                      },
                      "predefinedCountActionType": {
                        "type": "object"
                      },
                      "dictionaryCloningEnabled": {
                        "type": "boolean"
                      },
                      "proximityEnabledForCustomDictionary": {
                        "type": "boolean"
                      },
                      "phrases": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "action": {
                              "type": "object"
                            },
                            "phrase": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "customPhraseMatchType": {
                        "type": "object"
                      },
                      "customPhraseSupported": {
                        "type": "boolean"
                      },
                      "patterns": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "action": {
                              "type": "object"
                            },
                            "pattern": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "nameL10nTag": {
                        "type": "boolean"
                      },
                      "thresholdType": {
                        "type": "object"
                      },
                      "dictionaryType": {
                        "type": "object"
                      },
                      "exactDataMatchDetails": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "dictionaryEdmMappingId": {
                              "type": "number"
                            },
                            "schemaId": {
                              "type": "number"
                            },
                            "primaryField": {
                              "type": "number"
                            },
                            "secondaryFields": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "secondaryFieldMatchOn": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "hierarchicalDictionary": {
                        "type": "boolean"
                      },
                      "hierarchicalIdentifiers": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "idmProfileMatchAccuracy": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "adpIdmProfile": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "externalId": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            },
                            "matchAccuracy": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "ignoreExactMatchIdmDict": {
                        "type": "boolean"
                      },
                      "includeBinNumbers": {
                        "type": "boolean"
                      },
                      "binNumbers": {
                        "type": "array",
                        "items": {
                          "type": "number"
                        }
                      },
                      "dictTemplateId": {
                        "type": "number"
                      },
                      "predefinedClone": {
                        "type": "boolean"
                      },
                      "proximity": {
                        "type": "number"
                      },
                      "custom": {
                        "type": "boolean"
                      },
                      "proximityLengthEnabled": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "name": "string",
                    "description": "string",
                    "confidenceThreshold": null,
                    "predefinedCountActionType": null,
                    "dictionaryCloningEnabled": false,
                    "proximityEnabledForCustomDictionary": true,
                    "phrases": [
                      {
                        "action": null,
                        "phrase": "string"
                      }
                    ],
                    "customPhraseMatchType": null,
                    "customPhraseSupported": false,
                    "patterns": [
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      }
                    ],
                    "nameL10nTag": true,
                    "thresholdType": null,
                    "dictionaryType": null,
                    "exactDataMatchDetails": [
                      {
                        "dictionaryEdmMappingId": 1,
                        "schemaId": 1,
                        "primaryField": 7,
                        "secondaryFields": [
                          3,
                          3,
                          7
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 2,
                        "schemaId": 2,
                        "primaryField": 8,
                        "secondaryFields": [
                          3,
                          2,
                          9,
                          10,
                          9,
                          6
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 2,
                        "schemaId": 1,
                        "primaryField": 10,
                        "secondaryFields": [
                          1,
                          1,
                          4,
                          10,
                          8,
                          1,
                          4,
                          9
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 4,
                        "schemaId": 2,
                        "primaryField": 7,
                        "secondaryFields": [
                          6,
                          3
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 7,
                        "schemaId": 9,
                        "primaryField": 4,
                        "secondaryFields": [
                          7,
                          3,
                          1,
                          10
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 10,
                        "schemaId": 6,
                        "primaryField": 6,
                        "secondaryFields": [
                          3,
                          1,
                          3,
                          2,
                          10,
                          5
                        ],
                        "secondaryFieldMatchOn": null
                      }
                    ],
                    "hierarchicalDictionary": true,
                    "hierarchicalIdentifiers": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "idmProfileMatchAccuracy": [
                      {
                        "adpIdmProfile": {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 2,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      }
                    ],
                    "ignoreExactMatchIdmDict": true,
                    "includeBinNumbers": false,
                    "binNumbers": [
                      8,
                      10,
                      9,
                      5,
                      7,
                      7,
                      7,
                      10,
                      4
                    ],
                    "dictTemplateId": 4,
                    "predefinedClone": true,
                    "proximity": 4,
                    "custom": false,
                    "proximityLengthEnabled": true
                  },
                  {
                    "id": 4,
                    "name": "string",
                    "description": "string",
                    "confidenceThreshold": null,
                    "predefinedCountActionType": null,
                    "dictionaryCloningEnabled": true,
                    "proximityEnabledForCustomDictionary": false,
                    "phrases": [
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      }
                    ],
                    "customPhraseMatchType": null,
                    "customPhraseSupported": false,
                    "patterns": [
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      }
                    ],
                    "nameL10nTag": true,
                    "thresholdType": null,
                    "dictionaryType": null,
                    "exactDataMatchDetails": [
                      {
                        "dictionaryEdmMappingId": 7,
                        "schemaId": 10,
                        "primaryField": 9,
                        "secondaryFields": [
                          3,
                          9,
                          8,
                          6,
                          7,
                          1,
                          3
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 8,
                        "schemaId": 2,
                        "primaryField": 3,
                        "secondaryFields": [
                          3,
                          9,
                          2,
                          9
                        ],
                        "secondaryFieldMatchOn": null
                      }
                    ],
                    "hierarchicalDictionary": true,
                    "hierarchicalIdentifiers": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "idmProfileMatchAccuracy": [
                      {
                        "adpIdmProfile": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      }
                    ],
                    "ignoreExactMatchIdmDict": false,
                    "includeBinNumbers": true,
                    "binNumbers": [
                      9,
                      1,
                      7,
                      10,
                      1,
                      8,
                      4,
                      8
                    ],
                    "dictTemplateId": 7,
                    "predefinedClone": true,
                    "proximity": 8,
                    "custom": false,
                    "proximityLengthEnabled": false
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "addCustomDLPDictionary",
        "description": "The parameters and request body are for method: addCustomDLPDictionary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/dlpDictionaries/lite": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getDLPDictionarySummary",
        "description": "The parameters and request body are for method: getDLPDictionarySummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "confidenceThreshold": {
                        "type": "object"
                      },
                      "predefinedCountActionType": {
                        "type": "object"
                      },
                      "dictionaryCloningEnabled": {
                        "type": "boolean"
                      },
                      "proximityEnabledForCustomDictionary": {
                        "type": "boolean"
                      },
                      "phrases": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "action": {
                              "type": "object"
                            },
                            "phrase": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "customPhraseMatchType": {
                        "type": "object"
                      },
                      "customPhraseSupported": {
                        "type": "boolean"
                      },
                      "patterns": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "action": {
                              "type": "object"
                            },
                            "pattern": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "nameL10nTag": {
                        "type": "boolean"
                      },
                      "thresholdType": {
                        "type": "object"
                      },
                      "dictionaryType": {
                        "type": "object"
                      },
                      "exactDataMatchDetails": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "dictionaryEdmMappingId": {
                              "type": "number"
                            },
                            "schemaId": {
                              "type": "number"
                            },
                            "primaryField": {
                              "type": "number"
                            },
                            "secondaryFields": {
                              "type": "array",
                              "items": {
                                "type": "number"
                              }
                            },
                            "secondaryFieldMatchOn": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "hierarchicalDictionary": {
                        "type": "boolean"
                      },
                      "hierarchicalIdentifiers": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "idmProfileMatchAccuracy": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "adpIdmProfile": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "externalId": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            },
                            "matchAccuracy": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "ignoreExactMatchIdmDict": {
                        "type": "boolean"
                      },
                      "includeBinNumbers": {
                        "type": "boolean"
                      },
                      "binNumbers": {
                        "type": "array",
                        "items": {
                          "type": "number"
                        }
                      },
                      "dictTemplateId": {
                        "type": "number"
                      },
                      "predefinedClone": {
                        "type": "boolean"
                      },
                      "proximity": {
                        "type": "number"
                      },
                      "custom": {
                        "type": "boolean"
                      },
                      "proximityLengthEnabled": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 2,
                    "name": "string",
                    "description": "string",
                    "confidenceThreshold": null,
                    "predefinedCountActionType": null,
                    "dictionaryCloningEnabled": true,
                    "proximityEnabledForCustomDictionary": true,
                    "phrases": [
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      }
                    ],
                    "customPhraseMatchType": null,
                    "customPhraseSupported": false,
                    "patterns": [
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      }
                    ],
                    "nameL10nTag": true,
                    "thresholdType": null,
                    "dictionaryType": null,
                    "exactDataMatchDetails": [
                      {
                        "dictionaryEdmMappingId": 5,
                        "schemaId": 6,
                        "primaryField": 9,
                        "secondaryFields": [
                          4
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 4,
                        "schemaId": 2,
                        "primaryField": 5,
                        "secondaryFields": [
                          8,
                          7,
                          3,
                          9,
                          6,
                          1,
                          8,
                          9,
                          9
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 8,
                        "schemaId": 2,
                        "primaryField": 2,
                        "secondaryFields": [
                          5,
                          6,
                          5,
                          3
                        ],
                        "secondaryFieldMatchOn": null
                      }
                    ],
                    "hierarchicalDictionary": false,
                    "hierarchicalIdentifiers": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "idmProfileMatchAccuracy": [
                      {
                        "adpIdmProfile": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 2,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      }
                    ],
                    "ignoreExactMatchIdmDict": true,
                    "includeBinNumbers": true,
                    "binNumbers": [
                      1
                    ],
                    "dictTemplateId": 3,
                    "predefinedClone": false,
                    "proximity": 1,
                    "custom": false,
                    "proximityLengthEnabled": false
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "description": "string",
                    "confidenceThreshold": null,
                    "predefinedCountActionType": null,
                    "dictionaryCloningEnabled": true,
                    "proximityEnabledForCustomDictionary": false,
                    "phrases": [
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      }
                    ],
                    "customPhraseMatchType": null,
                    "customPhraseSupported": true,
                    "patterns": [
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      }
                    ],
                    "nameL10nTag": false,
                    "thresholdType": null,
                    "dictionaryType": null,
                    "exactDataMatchDetails": [
                      {
                        "dictionaryEdmMappingId": 3,
                        "schemaId": 9,
                        "primaryField": 2,
                        "secondaryFields": [
                          9,
                          10,
                          5,
                          9
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 5,
                        "schemaId": 10,
                        "primaryField": 7,
                        "secondaryFields": [
                          1,
                          3,
                          6,
                          7,
                          3,
                          2
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 4,
                        "schemaId": 1,
                        "primaryField": 7,
                        "secondaryFields": [
                          2,
                          2,
                          1,
                          5,
                          7,
                          5,
                          2,
                          3,
                          1
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 7,
                        "schemaId": 8,
                        "primaryField": 7,
                        "secondaryFields": [
                          5,
                          10
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 2,
                        "schemaId": 10,
                        "primaryField": 1,
                        "secondaryFields": [
                          1,
                          3,
                          6,
                          5,
                          4,
                          1
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 10,
                        "schemaId": 2,
                        "primaryField": 3,
                        "secondaryFields": [
                          2,
                          7
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 7,
                        "schemaId": 1,
                        "primaryField": 10,
                        "secondaryFields": [
                          5,
                          2,
                          2,
                          3,
                          10,
                          1,
                          2,
                          2
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 10,
                        "schemaId": 1,
                        "primaryField": 3,
                        "secondaryFields": [
                          6,
                          9,
                          9,
                          4,
                          8,
                          5,
                          6,
                          2,
                          2,
                          3
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 9,
                        "schemaId": 7,
                        "primaryField": 4,
                        "secondaryFields": [
                          1,
                          4,
                          2,
                          2,
                          3,
                          5
                        ],
                        "secondaryFieldMatchOn": null
                      }
                    ],
                    "hierarchicalDictionary": false,
                    "hierarchicalIdentifiers": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "idmProfileMatchAccuracy": [
                      {
                        "adpIdmProfile": {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      }
                    ],
                    "ignoreExactMatchIdmDict": false,
                    "includeBinNumbers": true,
                    "binNumbers": [
                      3,
                      7,
                      6,
                      6,
                      4,
                      2,
                      4
                    ],
                    "dictTemplateId": 1,
                    "predefinedClone": false,
                    "proximity": 10,
                    "custom": false,
                    "proximityLengthEnabled": true
                  },
                  {
                    "id": 10,
                    "name": "string",
                    "description": "string",
                    "confidenceThreshold": null,
                    "predefinedCountActionType": null,
                    "dictionaryCloningEnabled": false,
                    "proximityEnabledForCustomDictionary": false,
                    "phrases": [
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      }
                    ],
                    "customPhraseMatchType": null,
                    "customPhraseSupported": false,
                    "patterns": [
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      }
                    ],
                    "nameL10nTag": false,
                    "thresholdType": null,
                    "dictionaryType": null,
                    "exactDataMatchDetails": [
                      {
                        "dictionaryEdmMappingId": 3,
                        "schemaId": 4,
                        "primaryField": 4,
                        "secondaryFields": [
                          5,
                          6,
                          6,
                          5,
                          5,
                          10
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 3,
                        "schemaId": 2,
                        "primaryField": 3,
                        "secondaryFields": [
                          10,
                          6
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 1,
                        "schemaId": 2,
                        "primaryField": 1,
                        "secondaryFields": [
                          4
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 9,
                        "schemaId": 5,
                        "primaryField": 8,
                        "secondaryFields": [
                          1,
                          6,
                          7,
                          5,
                          3,
                          4,
                          4,
                          6
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 7,
                        "schemaId": 5,
                        "primaryField": 5,
                        "secondaryFields": [
                          4,
                          3,
                          3,
                          2,
                          9,
                          8,
                          9,
                          7,
                          5
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 9,
                        "schemaId": 4,
                        "primaryField": 5,
                        "secondaryFields": [
                          5,
                          2,
                          4,
                          3,
                          1,
                          1
                        ],
                        "secondaryFieldMatchOn": null
                      }
                    ],
                    "hierarchicalDictionary": true,
                    "hierarchicalIdentifiers": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "idmProfileMatchAccuracy": [
                      {
                        "adpIdmProfile": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      }
                    ],
                    "ignoreExactMatchIdmDict": true,
                    "includeBinNumbers": true,
                    "binNumbers": [
                      7,
                      7,
                      6,
                      10
                    ],
                    "dictTemplateId": 7,
                    "predefinedClone": false,
                    "proximity": 1,
                    "custom": false,
                    "proximityLengthEnabled": true
                  },
                  {
                    "id": 10,
                    "name": "string",
                    "description": "string",
                    "confidenceThreshold": null,
                    "predefinedCountActionType": null,
                    "dictionaryCloningEnabled": false,
                    "proximityEnabledForCustomDictionary": false,
                    "phrases": [
                      {
                        "action": null,
                        "phrase": "string"
                      },
                      {
                        "action": null,
                        "phrase": "string"
                      }
                    ],
                    "customPhraseMatchType": null,
                    "customPhraseSupported": false,
                    "patterns": [
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      },
                      {
                        "action": null,
                        "pattern": "string"
                      }
                    ],
                    "nameL10nTag": true,
                    "thresholdType": null,
                    "dictionaryType": null,
                    "exactDataMatchDetails": [
                      {
                        "dictionaryEdmMappingId": 6,
                        "schemaId": 5,
                        "primaryField": 9,
                        "secondaryFields": [
                          9,
                          1,
                          9,
                          5,
                          7,
                          4
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 1,
                        "schemaId": 10,
                        "primaryField": 7,
                        "secondaryFields": [
                          7,
                          9,
                          7,
                          6,
                          3,
                          2,
                          3
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 4,
                        "schemaId": 7,
                        "primaryField": 4,
                        "secondaryFields": [
                          8,
                          9,
                          6
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 8,
                        "schemaId": 3,
                        "primaryField": 10,
                        "secondaryFields": [
                          3,
                          6,
                          7,
                          9,
                          3,
                          4,
                          9,
                          10,
                          2,
                          4
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 4,
                        "schemaId": 8,
                        "primaryField": 8,
                        "secondaryFields": [
                          3,
                          7,
                          8,
                          10,
                          7,
                          4
                        ],
                        "secondaryFieldMatchOn": null
                      },
                      {
                        "dictionaryEdmMappingId": 1,
                        "schemaId": 2,
                        "primaryField": 4,
                        "secondaryFields": [
                          3,
                          7,
                          5,
                          1,
                          6,
                          6
                        ],
                        "secondaryFieldMatchOn": null
                      }
                    ],
                    "hierarchicalDictionary": false,
                    "hierarchicalIdentifiers": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "idmProfileMatchAccuracy": [
                      {
                        "adpIdmProfile": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      },
                      {
                        "adpIdmProfile": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "matchAccuracy": null
                      }
                    ],
                    "ignoreExactMatchIdmDict": true,
                    "includeBinNumbers": false,
                    "binNumbers": [
                      9,
                      3,
                      7,
                      10
                    ],
                    "dictTemplateId": 2,
                    "predefinedClone": true,
                    "proximity": 8,
                    "custom": true,
                    "proximityLengthEnabled": true
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpDictionaries/{dlpDictId}": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getDlpDictionaryById",
        "description": "The parameters and request body are for method: getDlpDictionaryById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dlpDictId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dlpDictId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "updateDlpDictionary",
        "description": "The parameters and request body are for method: updateDlpDictionary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dlpDictId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dlpDictId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "deleteCustomDlpDictionary",
        "description": "The parameters and request body are for method: deleteCustomDlpDictionary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dlpDictId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dlpDictId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpDictionaries/{dictId}/predefinedIdentifiers": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getPredefinedHierarchicalIdentifiersByDictionaryId",
        "description": "The parameters and request body are for method: getPredefinedHierarchicalIdentifiersByDictionaryId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "example": [
                  "string",
                  "string"
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dictId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dictId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpDictionaries/validateDlpPattern": {
      "post": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "validateDlpPattern",
        "description": "The parameters and request body are for method: validateDlpPattern. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpEngines": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getDLPEngines",
        "description": "The parameters and request body are for method: getDLPEngines. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "predefinedEngineName": {
                        "type": "string"
                      },
                      "engineExpression": {
                        "type": "string"
                      },
                      "customDlpEngine": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 7,
                    "name": "string",
                    "predefinedEngineName": "string",
                    "engineExpression": "string",
                    "customDlpEngine": false,
                    "description": "string"
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "predefinedEngineName": "string",
                    "engineExpression": "string",
                    "customDlpEngine": true,
                    "description": "string"
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "predefinedEngineName": "string",
                    "engineExpression": "string",
                    "customDlpEngine": false,
                    "description": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "addCustomDLPEngine",
        "description": "The parameters and request body are for method: addCustomDLPEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/dlpEngines/lite": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getDLPEnginesSummary",
        "description": "The parameters and request body are for method: getDLPEnginesSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "predefinedEngineName": {
                        "type": "string"
                      },
                      "engineExpression": {
                        "type": "string"
                      },
                      "customDlpEngine": {
                        "type": "boolean"
                      },
                      "description": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 10,
                    "name": "string",
                    "predefinedEngineName": "string",
                    "engineExpression": "string",
                    "customDlpEngine": false,
                    "description": "string"
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "predefinedEngineName": "string",
                    "engineExpression": "string",
                    "customDlpEngine": true,
                    "description": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpEngines/validateDlpExpr": {
      "post": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "postDlpEnginesValidateDlpExpr",
        "description": "The parameters and request body are for method: postDlpEnginesValidateDlpExpr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object",
                "properties": {
                  "body": {
                    "type": "string"
                  }
                }
              },
              "example": {
                "body": "body"
              }
            }
          }
        }
      }
    },
    "/dlpEngines/{dlpEngineId}": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getDLPEngineById",
        "description": "The parameters and request body are for method: getDLPEngineById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dlpEngineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dlpEngineId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "updateDlpEngine",
        "description": "The parameters and request body are for method: updateDlpEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dlpEngineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dlpEngineId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "deleteCustomDlpEngine",
        "description": "The parameters and request body are for method: deleteCustomDlpEngine. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dlpEngineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "dlpEngineId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpExactDataMatchSchemas": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getSchemas",
        "description": "The parameters and request body are for method: getSchemas. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "schemaId": {
                        "type": "number"
                      },
                      "edmClient": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "projectName": {
                        "type": "string"
                      },
                      "revision": {
                        "type": "number"
                      },
                      "filename": {
                        "type": "string"
                      },
                      "originalFileName": {
                        "type": "string"
                      },
                      "fileUploadStatus": {
                        "type": "object"
                      },
                      "origColCount": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "createdBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "cellsUsed": {
                        "type": "number"
                      },
                      "schemaActive": {
                        "type": "boolean"
                      },
                      "tokenList": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "type": {
                              "type": "object"
                            },
                            "primaryKey": {
                              "type": "boolean"
                            },
                            "originalColumn": {
                              "type": "number"
                            },
                            "hashfileColumnOrder": {
                              "type": "number"
                            },
                            "colLengthBitmap": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "schedulePresent": {
                        "type": "boolean"
                      },
                      "schedule": {
                        "type": "object",
                        "properties": {
                          "scheduleType": {
                            "type": "object"
                          },
                          "scheduleDayOfMonth": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "scheduleDayOfWeek": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "scheduleTime": {
                            "type": "number"
                          },
                          "scheduleDisabled": {
                            "type": "boolean"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "schemaId": 4,
                    "edmClient": {
                      "id": 10,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "projectName": "string",
                    "revision": 7,
                    "filename": "string",
                    "originalFileName": "string",
                    "fileUploadStatus": null,
                    "origColCount": 9,
                    "lastModifiedBy": {
                      "id": 9,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModifiedTime": 7,
                    "createdBy": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "cellsUsed": 6,
                    "schemaActive": false,
                    "tokenList": [
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 6,
                        "hashfileColumnOrder": 4,
                        "colLengthBitmap": 2
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 8,
                        "hashfileColumnOrder": 7,
                        "colLengthBitmap": 1
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 5,
                        "hashfileColumnOrder": 6,
                        "colLengthBitmap": 9
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 2,
                        "hashfileColumnOrder": 1,
                        "colLengthBitmap": 3
                      }
                    ],
                    "schedulePresent": false,
                    "schedule": {
                      "scheduleType": null,
                      "scheduleDayOfMonth": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "scheduleDayOfWeek": [
                        "WED",
                        "MON",
                        "SAT",
                        "THU",
                        "WED",
                        "MON"
                      ],
                      "scheduleTime": 2,
                      "scheduleDisabled": false
                    }
                  },
                  {
                    "schemaId": 8,
                    "edmClient": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "projectName": "string",
                    "revision": 2,
                    "filename": "string",
                    "originalFileName": "string",
                    "fileUploadStatus": null,
                    "origColCount": 5,
                    "lastModifiedBy": {
                      "id": 10,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModifiedTime": 8,
                    "createdBy": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "cellsUsed": 2,
                    "schemaActive": false,
                    "tokenList": [
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 4,
                        "hashfileColumnOrder": 4,
                        "colLengthBitmap": 1
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 2,
                        "hashfileColumnOrder": 7,
                        "colLengthBitmap": 10
                      }
                    ],
                    "schedulePresent": true,
                    "schedule": {
                      "scheduleType": null,
                      "scheduleDayOfMonth": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "scheduleDayOfWeek": [
                        "SAT",
                        "SAT",
                        "TUE",
                        "TUE",
                        "THU"
                      ],
                      "scheduleTime": 6,
                      "scheduleDisabled": true
                    }
                  },
                  {
                    "schemaId": 2,
                    "edmClient": {
                      "id": 2,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "projectName": "string",
                    "revision": 9,
                    "filename": "string",
                    "originalFileName": "string",
                    "fileUploadStatus": null,
                    "origColCount": 2,
                    "lastModifiedBy": {
                      "id": 10,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModifiedTime": 9,
                    "createdBy": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "cellsUsed": 7,
                    "schemaActive": true,
                    "tokenList": [
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 5,
                        "hashfileColumnOrder": 7,
                        "colLengthBitmap": 5
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 1,
                        "hashfileColumnOrder": 3,
                        "colLengthBitmap": 7
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 2,
                        "hashfileColumnOrder": 3,
                        "colLengthBitmap": 8
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 2,
                        "hashfileColumnOrder": 10,
                        "colLengthBitmap": 6
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 10,
                        "hashfileColumnOrder": 9,
                        "colLengthBitmap": 5
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 8,
                        "hashfileColumnOrder": 5,
                        "colLengthBitmap": 6
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 2,
                        "hashfileColumnOrder": 7,
                        "colLengthBitmap": 10
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 3,
                        "hashfileColumnOrder": 5,
                        "colLengthBitmap": 2
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 2,
                        "hashfileColumnOrder": 6,
                        "colLengthBitmap": 8
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 6,
                        "hashfileColumnOrder": 10,
                        "colLengthBitmap": 5
                      }
                    ],
                    "schedulePresent": false,
                    "schedule": {
                      "scheduleType": null,
                      "scheduleDayOfMonth": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "scheduleDayOfWeek": [
                        "SAT",
                        "SUN",
                        "SUN",
                        "SAT",
                        "TUE",
                        "FRI"
                      ],
                      "scheduleTime": 5,
                      "scheduleDisabled": true
                    }
                  },
                  {
                    "schemaId": 8,
                    "edmClient": {
                      "id": 10,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "projectName": "string",
                    "revision": 4,
                    "filename": "string",
                    "originalFileName": "string",
                    "fileUploadStatus": null,
                    "origColCount": 3,
                    "lastModifiedBy": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModifiedTime": 2,
                    "createdBy": {
                      "id": 10,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "cellsUsed": 5,
                    "schemaActive": false,
                    "tokenList": [
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 3,
                        "hashfileColumnOrder": 8,
                        "colLengthBitmap": 3
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 4,
                        "hashfileColumnOrder": 1,
                        "colLengthBitmap": 5
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 9,
                        "hashfileColumnOrder": 6,
                        "colLengthBitmap": 2
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 8,
                        "hashfileColumnOrder": 6,
                        "colLengthBitmap": 5
                      }
                    ],
                    "schedulePresent": true,
                    "schedule": {
                      "scheduleType": null,
                      "scheduleDayOfMonth": [
                        "string",
                        "string",
                        "string"
                      ],
                      "scheduleDayOfWeek": [
                        "WED",
                        "SAT",
                        "TUE",
                        "SAT",
                        "FRI"
                      ],
                      "scheduleTime": 9,
                      "scheduleDisabled": true
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpExactDataMatchSchemas/lite": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getSchemaLite",
        "description": "The parameters and request body are for method: getSchemaLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "schema": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "tokens": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "name": {
                              "type": "string"
                            },
                            "type": {
                              "type": "object"
                            },
                            "primaryKey": {
                              "type": "boolean"
                            },
                            "originalColumn": {
                              "type": "number"
                            },
                            "hashfileColumnOrder": {
                              "type": "number"
                            },
                            "colLengthBitmap": {
                              "type": "number"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "schema": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "tokens": [
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 9,
                        "hashfileColumnOrder": 7,
                        "colLengthBitmap": 1
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 10,
                        "hashfileColumnOrder": 5,
                        "colLengthBitmap": 8
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 5,
                        "hashfileColumnOrder": 7,
                        "colLengthBitmap": 9
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": true,
                        "originalColumn": 5,
                        "hashfileColumnOrder": 3,
                        "colLengthBitmap": 9
                      },
                      {
                        "name": "string",
                        "type": null,
                        "primaryKey": false,
                        "originalColumn": 2,
                        "hashfileColumnOrder": 7,
                        "colLengthBitmap": 6
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "schemaName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "activeOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fetchTokens",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpNotificationTemplates": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "gettemplates",
        "description": "The parameters and request body are for method: gettemplates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "subject": {
                        "type": "string"
                      },
                      "attachContent": {
                        "type": "boolean"
                      },
                      "plainTextMessage": {
                        "type": "string"
                      },
                      "htmlMessage": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 5,
                    "name": "string",
                    "subject": "string",
                    "attachContent": false,
                    "plainTextMessage": "string",
                    "htmlMessage": "string"
                  },
                  {
                    "id": 8,
                    "name": "string",
                    "subject": "string",
                    "attachContent": true,
                    "plainTextMessage": "string",
                    "htmlMessage": "string"
                  },
                  {
                    "id": 5,
                    "name": "string",
                    "subject": "string",
                    "attachContent": true,
                    "plainTextMessage": "string",
                    "htmlMessage": "string"
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "subject": "string",
                    "attachContent": true,
                    "plainTextMessage": "string",
                    "htmlMessage": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "addtemplate",
        "description": "The parameters and request body are for method: addtemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/dlpNotificationTemplates/{templateId}": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getTemplateById",
        "description": "The parameters and request body are for method: getTemplateById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "templateId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "updatetemplate",
        "description": "The parameters and request body are for method: updatetemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "templateId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "deletetemplate",
        "description": "The parameters and request body are for method: deletetemplate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "templateId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "templateId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/icapServers": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getICAPServers",
        "description": "The parameters and request body are for method: getICAPServers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "status": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "url": "string",
                    "status": null
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "url": "string",
                    "status": null
                  },
                  {
                    "id": 9,
                    "name": "string",
                    "url": "string",
                    "status": null
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/icapServers/lite": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getICAPServerSummary",
        "description": "The parameters and request body are for method: getICAPServerSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "status": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 8,
                    "name": "string",
                    "url": "string",
                    "status": null
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "url": "string",
                    "status": null
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/icapServers/{icapServerId}": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getICAPServer",
        "description": "The parameters and request body are for method: getICAPServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "icapServerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "icapServerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/idmprofile": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getProfiles",
        "description": "The parameters and request body are for method: getProfiles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "profileId": {
                        "type": "number"
                      },
                      "profileName": {
                        "type": "string"
                      },
                      "profileDesc": {
                        "type": "string"
                      },
                      "profileType": {
                        "type": "object"
                      },
                      "host": {
                        "type": "string"
                      },
                      "port": {
                        "type": "number"
                      },
                      "profileDirPath": {
                        "type": "string"
                      },
                      "scheduleType": {
                        "type": "object"
                      },
                      "scheduleDay": {
                        "type": "number"
                      },
                      "scheduleDayOfMonth": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "scheduleDayOfWeek": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "scheduleTime": {
                        "type": "number"
                      },
                      "scheduleDisabled": {
                        "type": "boolean"
                      },
                      "uploadStatus": {
                        "type": "object"
                      },
                      "userName": {
                        "type": "string"
                      },
                      "version": {
                        "type": "number"
                      },
                      "idmClient": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "volumeOfDocuments": {
                        "type": "number"
                      },
                      "numDocuments": {
                        "type": "number"
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "modifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "profileId": 1,
                    "profileName": "string",
                    "profileDesc": "string",
                    "profileType": null,
                    "host": "string",
                    "port": 3,
                    "profileDirPath": "string",
                    "scheduleType": null,
                    "scheduleDay": 8,
                    "scheduleDayOfMonth": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "scheduleDayOfWeek": [
                      "MON",
                      "SAT",
                      "MON",
                      "FRI",
                      "SAT",
                      "THU",
                      "TUE"
                    ],
                    "scheduleTime": 6,
                    "scheduleDisabled": false,
                    "uploadStatus": null,
                    "userName": "string",
                    "version": 7,
                    "idmClient": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "volumeOfDocuments": 5,
                    "numDocuments": 3,
                    "lastModifiedTime": 6,
                    "modifiedBy": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    }
                  },
                  {
                    "profileId": 6,
                    "profileName": "string",
                    "profileDesc": "string",
                    "profileType": null,
                    "host": "string",
                    "port": 10,
                    "profileDirPath": "string",
                    "scheduleType": null,
                    "scheduleDay": 3,
                    "scheduleDayOfMonth": [
                      "string",
                      "string"
                    ],
                    "scheduleDayOfWeek": [
                      "SUN",
                      "SAT",
                      "SUN"
                    ],
                    "scheduleTime": 3,
                    "scheduleDisabled": true,
                    "uploadStatus": null,
                    "userName": "string",
                    "version": 7,
                    "idmClient": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "volumeOfDocuments": 1,
                    "numDocuments": 6,
                    "lastModifiedTime": 8,
                    "modifiedBy": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    }
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/idmprofile/lite": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getSummary",
        "description": "The parameters and request body are for method: getSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "profileId": {
                        "type": "number"
                      },
                      "templateName": {
                        "type": "string"
                      },
                      "clientVm": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "numDocuments": {
                        "type": "number"
                      },
                      "lastModified": {
                        "type": "number"
                      },
                      "modifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "profileId": 7,
                    "templateName": "string",
                    "clientVm": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "numDocuments": 5,
                    "lastModified": 7,
                    "modifiedBy": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    }
                  },
                  {
                    "profileId": 5,
                    "templateName": "string",
                    "clientVm": {
                      "id": 9,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "numDocuments": 4,
                    "lastModified": 4,
                    "modifiedBy": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    }
                  },
                  {
                    "profileId": 4,
                    "templateName": "string",
                    "clientVm": {
                      "id": 4,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "numDocuments": 1,
                    "lastModified": 3,
                    "modifiedBy": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "activeOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/idmprofile/{profileId}": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getProfileById",
        "description": "The parameters and request body are for method: getProfileById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "profileId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "profileId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/incidentReceiverServers": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getIncidentReceiverServers",
        "description": "The parameters and request body are for method: getIncidentReceiverServers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "status": {
                        "type": "object"
                      },
                      "flags": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 10,
                    "name": "string",
                    "url": "string",
                    "status": null,
                    "flags": 4
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "url": "string",
                    "status": null,
                    "flags": 4
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "url": "string",
                    "status": null,
                    "flags": 10
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "url": "string",
                    "status": null,
                    "flags": 5
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/incidentReceiverServers/lite": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getIncidentReceiverServerSummary",
        "description": "The parameters and request body are for method: getIncidentReceiverServerSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "status": {
                        "type": "object"
                      },
                      "flags": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "url": "string",
                    "status": null,
                    "flags": 5
                  },
                  {
                    "id": 10,
                    "name": "string",
                    "url": "string",
                    "status": null,
                    "flags": 5
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "url": "string",
                    "status": null,
                    "flags": 7
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "url": "string",
                    "status": null,
                    "flags": 6
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/incidentReceiverServers/{incidentReceiverServerId}": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getIncidentReceiverServer",
        "description": "The parameters and request body are for method: getIncidentReceiverServer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "incidentReceiverServerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "incidentReceiverServerId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/webDlpRules": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getRules",
        "description": "The parameters and request body are for method: getRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "accessControl": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      },
                      "order": {
                        "type": "number"
                      },
                      "protocols": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "rank": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "locations": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "locationGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "departments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "users": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "workloadGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "expressionJson": {
                              "type": "object",
                              "properties": {
                                "expressionContainers": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "tagType": {
                                        "type": "object"
                                      },
                                      "operator": {
                                        "type": "object"
                                      },
                                      "tagContainer": {
                                        "type": "object",
                                        "properties": {
                                          "tags": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "key": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          },
                                          "operator": {
                                            "type": "object"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "expression": {
                              "type": "string"
                            },
                            "lastModifiedTime": {
                              "type": "number"
                            },
                            "lastModifiedBy": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "externalId": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      },
                      "urlCategories": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "dlpEngines": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "includedDomainProfiles": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "excludedDomainProfiles": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "severity": {
                        "type": "object"
                      },
                      "parentRule": {
                        "type": "number"
                      },
                      "subRules": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "fileTypes": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "cloudApplications": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "minSize": {
                        "type": "number"
                      },
                      "action": {
                        "type": "object"
                      },
                      "state": {
                        "type": "object"
                      },
                      "timeWindows": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "auditor": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "externalAuditorEmail": {
                        "type": "string"
                      },
                      "notificationTemplate": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "matchOnly": {
                        "type": "boolean"
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "icapServer": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "withoutContentInspection": {
                        "type": "boolean"
                      },
                      "name": {
                        "type": "string"
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "excludedGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "excludedDepartments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "excludedUsers": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "dlpDownloadScanEnabled": {
                        "type": "boolean"
                      },
                      "zscalerIncidentReceiver": {
                        "type": "boolean"
                      },
                      "zccNotificationsEnabled": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "accessControl": null,
                    "id": 6,
                    "order": 2,
                    "protocols": [
                      "HTTPS_RULE",
                      "ANY_RULE",
                      "HTTP_RULE",
                      "HTTP_RULE",
                      "FTP_RULE",
                      "FTP_RULE",
                      "HTTPS_RULE",
                      "HTTPS_RULE",
                      "HTTP_RULE",
                      "FTP_RULE"
                    ],
                    "rank": 3,
                    "description": "string",
                    "locations": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 4,
                        "lastModifiedBy": {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 2,
                        "lastModifiedBy": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 1,
                        "lastModifiedBy": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 3,
                        "lastModifiedBy": {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 6,
                        "lastModifiedBy": {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "urlCategories": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpEngines": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "includedDomainProfiles": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDomainProfiles": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "severity": null,
                    "parentRule": 1,
                    "subRules": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "fileTypes": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "cloudApplications": [
                      "string",
                      "string",
                      "string"
                    ],
                    "minSize": 1,
                    "action": null,
                    "state": null,
                    "timeWindows": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "auditor": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "externalAuditorEmail": "string",
                    "notificationTemplate": {
                      "id": 8,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "matchOnly": true,
                    "lastModifiedTime": 5,
                    "lastModifiedBy": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "icapServer": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "withoutContentInspection": false,
                    "name": "string",
                    "labels": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedGroups": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDepartments": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedUsers": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpDownloadScanEnabled": true,
                    "zscalerIncidentReceiver": false,
                    "zccNotificationsEnabled": false
                  },
                  {
                    "accessControl": null,
                    "id": 9,
                    "order": 1,
                    "protocols": [
                      "ANY_RULE",
                      "HTTPS_RULE",
                      "HTTP_RULE"
                    ],
                    "rank": 2,
                    "description": "string",
                    "locations": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 3,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 9,
                        "lastModifiedBy": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 10,
                        "lastModifiedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 5,
                        "lastModifiedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 6,
                        "lastModifiedBy": {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 2,
                        "lastModifiedBy": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 6,
                        "lastModifiedBy": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 9,
                        "lastModifiedBy": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 2,
                        "lastModifiedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "urlCategories": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpEngines": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "includedDomainProfiles": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDomainProfiles": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "severity": null,
                    "parentRule": 1,
                    "subRules": [
                      {},
                      {},
                      {},
                      {},
                      {},
                      {},
                      {}
                    ],
                    "fileTypes": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "cloudApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "minSize": 7,
                    "action": null,
                    "state": null,
                    "timeWindows": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "auditor": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "externalAuditorEmail": "string",
                    "notificationTemplate": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "matchOnly": true,
                    "lastModifiedTime": 7,
                    "lastModifiedBy": {
                      "id": 10,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "icapServer": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "withoutContentInspection": true,
                    "name": "string",
                    "labels": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedGroups": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDepartments": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedUsers": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpDownloadScanEnabled": true,
                    "zscalerIncidentReceiver": true,
                    "zccNotificationsEnabled": false
                  },
                  {
                    "accessControl": null,
                    "id": 1,
                    "order": 6,
                    "protocols": [
                      "ANY_RULE",
                      "HTTP_RULE"
                    ],
                    "rank": 6,
                    "description": "string",
                    "locations": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 9,
                        "lastModifiedBy": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "urlCategories": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpEngines": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "includedDomainProfiles": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDomainProfiles": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "severity": null,
                    "parentRule": 4,
                    "subRules": [
                      {},
                      {}
                    ],
                    "fileTypes": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "cloudApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "minSize": 5,
                    "action": null,
                    "state": null,
                    "timeWindows": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "auditor": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "externalAuditorEmail": "string",
                    "notificationTemplate": {
                      "id": 4,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "matchOnly": false,
                    "lastModifiedTime": 1,
                    "lastModifiedBy": {
                      "id": 9,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "icapServer": {
                      "id": 8,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "withoutContentInspection": true,
                    "name": "string",
                    "labels": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedGroups": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDepartments": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedUsers": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpDownloadScanEnabled": false,
                    "zscalerIncidentReceiver": true,
                    "zccNotificationsEnabled": true
                  },
                  {
                    "accessControl": null,
                    "id": 4,
                    "order": 3,
                    "protocols": [
                      "ANY_RULE",
                      "HTTPS_RULE",
                      "FTP_RULE",
                      "ANY_RULE",
                      "FTP_RULE",
                      "ANY_RULE",
                      "ANY_RULE",
                      "HTTP_RULE",
                      "HTTPS_RULE",
                      "HTTPS_RULE"
                    ],
                    "rank": 3,
                    "description": "string",
                    "locations": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 5,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 10,
                        "lastModifiedBy": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 7,
                        "lastModifiedBy": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 7,
                        "lastModifiedBy": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 8,
                        "lastModifiedBy": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "urlCategories": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpEngines": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "includedDomainProfiles": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDomainProfiles": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "severity": null,
                    "parentRule": 2,
                    "subRules": [
                      {}
                    ],
                    "fileTypes": [
                      "string",
                      "string"
                    ],
                    "cloudApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "minSize": 6,
                    "action": null,
                    "state": null,
                    "timeWindows": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "auditor": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "externalAuditorEmail": "string",
                    "notificationTemplate": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "matchOnly": true,
                    "lastModifiedTime": 6,
                    "lastModifiedBy": {
                      "id": 8,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "icapServer": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "withoutContentInspection": false,
                    "name": "string",
                    "labels": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedGroups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDepartments": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedUsers": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpDownloadScanEnabled": false,
                    "zscalerIncidentReceiver": true,
                    "zccNotificationsEnabled": false
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "addRule",
        "description": "The parameters and request body are for method: addRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/webDlpRules/lite": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getWebDlpRulesLite",
        "description": "The parameters and request body are for method: getWebDlpRulesLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "accessControl": {
                        "type": "object"
                      },
                      "id": {
                        "type": "number"
                      },
                      "order": {
                        "type": "number"
                      },
                      "protocols": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "rank": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "locations": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "locationGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "departments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "users": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "workloadGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "expressionJson": {
                              "type": "object",
                              "properties": {
                                "expressionContainers": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "tagType": {
                                        "type": "object"
                                      },
                                      "operator": {
                                        "type": "object"
                                      },
                                      "tagContainer": {
                                        "type": "object",
                                        "properties": {
                                          "tags": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "key": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          },
                                          "operator": {
                                            "type": "object"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "expression": {
                              "type": "string"
                            },
                            "lastModifiedTime": {
                              "type": "number"
                            },
                            "lastModifiedBy": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "externalId": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      },
                      "urlCategories": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "dlpEngines": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "includedDomainProfiles": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "excludedDomainProfiles": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "severity": {
                        "type": "object"
                      },
                      "parentRule": {
                        "type": "number"
                      },
                      "subRules": {
                        "type": "array",
                        "items": {
                          "type": "object"
                        }
                      },
                      "fileTypes": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "cloudApplications": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "minSize": {
                        "type": "number"
                      },
                      "action": {
                        "type": "object"
                      },
                      "state": {
                        "type": "object"
                      },
                      "timeWindows": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "auditor": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "externalAuditorEmail": {
                        "type": "string"
                      },
                      "notificationTemplate": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "matchOnly": {
                        "type": "boolean"
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "icapServer": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "withoutContentInspection": {
                        "type": "boolean"
                      },
                      "name": {
                        "type": "string"
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "excludedGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "excludedDepartments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "excludedUsers": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "dlpDownloadScanEnabled": {
                        "type": "boolean"
                      },
                      "zscalerIncidentReceiver": {
                        "type": "boolean"
                      },
                      "zccNotificationsEnabled": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "accessControl": null,
                    "id": 7,
                    "order": 7,
                    "protocols": [
                      "HTTPS_RULE",
                      "HTTPS_RULE",
                      "ANY_RULE",
                      "HTTPS_RULE",
                      "HTTP_RULE",
                      "HTTPS_RULE",
                      "FTP_RULE",
                      "ANY_RULE",
                      "FTP_RULE",
                      "HTTP_RULE"
                    ],
                    "rank": 8,
                    "description": "string",
                    "locations": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 10,
                        "lastModifiedBy": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 5,
                        "lastModifiedBy": {
                          "id": 2,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 9,
                        "lastModifiedBy": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 8,
                        "lastModifiedBy": {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 9,
                        "lastModifiedBy": {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 1,
                        "lastModifiedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 9,
                        "lastModifiedBy": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 7,
                        "lastModifiedBy": {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "urlCategories": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpEngines": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "includedDomainProfiles": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDomainProfiles": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "severity": null,
                    "parentRule": 8,
                    "subRules": [
                      {}
                    ],
                    "fileTypes": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "cloudApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "minSize": 10,
                    "action": null,
                    "state": null,
                    "timeWindows": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "auditor": {
                      "id": 2,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "externalAuditorEmail": "string",
                    "notificationTemplate": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "matchOnly": false,
                    "lastModifiedTime": 4,
                    "lastModifiedBy": {
                      "id": 8,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "icapServer": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "withoutContentInspection": false,
                    "name": "string",
                    "labels": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedGroups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDepartments": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedUsers": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpDownloadScanEnabled": false,
                    "zscalerIncidentReceiver": false,
                    "zccNotificationsEnabled": true
                  },
                  {
                    "accessControl": null,
                    "id": 1,
                    "order": 2,
                    "protocols": [
                      "ANY_RULE",
                      "HTTP_RULE",
                      "FTP_RULE",
                      "HTTP_RULE",
                      "ANY_RULE",
                      "HTTPS_RULE",
                      "ANY_RULE"
                    ],
                    "rank": 7,
                    "description": "string",
                    "locations": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 3,
                        "lastModifiedBy": {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 8,
                        "lastModifiedBy": {
                          "id": 2,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 6,
                        "lastModifiedBy": {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 3,
                        "lastModifiedBy": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "urlCategories": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpEngines": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "includedDomainProfiles": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDomainProfiles": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "severity": null,
                    "parentRule": 7,
                    "subRules": [
                      {},
                      {},
                      {},
                      {}
                    ],
                    "fileTypes": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "cloudApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "minSize": 4,
                    "action": null,
                    "state": null,
                    "timeWindows": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "auditor": {
                      "id": 8,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "externalAuditorEmail": "string",
                    "notificationTemplate": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "matchOnly": true,
                    "lastModifiedTime": 6,
                    "lastModifiedBy": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "icapServer": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "withoutContentInspection": false,
                    "name": "string",
                    "labels": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedGroups": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDepartments": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedUsers": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpDownloadScanEnabled": true,
                    "zscalerIncidentReceiver": false,
                    "zccNotificationsEnabled": true
                  },
                  {
                    "accessControl": null,
                    "id": 7,
                    "order": 1,
                    "protocols": [
                      "ANY_RULE",
                      "ANY_RULE",
                      "ANY_RULE",
                      "FTP_RULE",
                      "HTTP_RULE",
                      "HTTP_RULE"
                    ],
                    "rank": 4,
                    "description": "string",
                    "locations": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 9,
                        "lastModifiedBy": {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 8,
                        "lastModifiedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 5,
                        "lastModifiedBy": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 2,
                        "lastModifiedBy": {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 9,
                        "lastModifiedBy": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "urlCategories": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpEngines": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "includedDomainProfiles": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDomainProfiles": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "severity": null,
                    "parentRule": 7,
                    "subRules": [
                      {}
                    ],
                    "fileTypes": [
                      "string"
                    ],
                    "cloudApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "minSize": 8,
                    "action": null,
                    "state": null,
                    "timeWindows": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "auditor": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "externalAuditorEmail": "string",
                    "notificationTemplate": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "matchOnly": true,
                    "lastModifiedTime": 2,
                    "lastModifiedBy": {
                      "id": 10,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "icapServer": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "withoutContentInspection": false,
                    "name": "string",
                    "labels": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedGroups": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedDepartments": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "excludedUsers": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "dlpDownloadScanEnabled": false,
                    "zscalerIncidentReceiver": true,
                    "zccNotificationsEnabled": true
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/webDlpRules/{ruleId}": {
      "get": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "getRuleById",
        "description": "The parameters and request body are for method: getRuleById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "updateRule",
        "description": "The parameters and request body are for method: updateRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DataLossPrevention"
        ],
        "operationId": "deleteRule",
        "description": "The parameters and request body are for method: deleteRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/deviceGroups": {
      "get": {
        "tags": [
          "DeviceGroups"
        ],
        "operationId": "getDeviceGroups",
        "description": "The parameters and request body are for method: getDeviceGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "groupType": {
                        "type": "object"
                      },
                      "description": {
                        "type": "string"
                      },
                      "osType": {
                        "type": "string"
                      },
                      "predefined": {
                        "type": "boolean"
                      },
                      "deviceCount": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 9,
                    "name": "string",
                    "groupType": null,
                    "description": "string",
                    "osType": "string",
                    "predefined": true,
                    "deviceCount": 4
                  },
                  {
                    "id": 4,
                    "name": "string",
                    "groupType": null,
                    "description": "string",
                    "osType": "string",
                    "predefined": true,
                    "deviceCount": 5
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "includeDeviceInfo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includePseudoGroups",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/deviceGroups/devices": {
      "get": {
        "tags": [
          "DeviceGroups"
        ],
        "operationId": "getDevices",
        "description": "The parameters and request body are for method: getDevices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "deviceGroupType": {
                        "type": "object"
                      },
                      "deviceModel": {
                        "type": "string"
                      },
                      "osType": {
                        "type": "object"
                      },
                      "osVersion": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "ownerUserId": {
                        "type": "number"
                      },
                      "ownerName": {
                        "type": "string"
                      },
                      "hostName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 2,
                    "name": "string",
                    "deviceGroupType": null,
                    "deviceModel": "string",
                    "osType": null,
                    "osVersion": "string",
                    "description": "string",
                    "ownerUserId": 5,
                    "ownerName": "string",
                    "hostName": "string"
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "deviceGroupType": null,
                    "deviceModel": "string",
                    "osType": null,
                    "osVersion": "string",
                    "description": "string",
                    "ownerUserId": 8,
                    "ownerName": "string",
                    "hostName": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "model",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "owner",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "osType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "osVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "deviceGroupId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchAll",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeAll",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/deviceGroups/devices/lite": {
      "get": {
        "tags": [
          "DeviceGroups"
        ],
        "operationId": "getDevicesLite",
        "description": "The parameters and request body are for method: getDevicesLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "deviceGroupType": {
                        "type": "object"
                      },
                      "deviceModel": {
                        "type": "string"
                      },
                      "osType": {
                        "type": "object"
                      },
                      "osVersion": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "ownerUserId": {
                        "type": "number"
                      },
                      "ownerName": {
                        "type": "string"
                      },
                      "hostName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 2,
                    "name": "string",
                    "deviceGroupType": null,
                    "deviceModel": "string",
                    "osType": null,
                    "osVersion": "string",
                    "description": "string",
                    "ownerUserId": 10,
                    "ownerName": "string",
                    "hostName": "string"
                  },
                  {
                    "id": 8,
                    "name": "string",
                    "deviceGroupType": null,
                    "deviceModel": "string",
                    "osType": null,
                    "osVersion": "string",
                    "description": "string",
                    "ownerUserId": 7,
                    "ownerName": "string",
                    "hostName": "string"
                  },
                  {
                    "id": 3,
                    "name": "string",
                    "deviceGroupType": null,
                    "deviceModel": "string",
                    "osType": null,
                    "osVersion": "string",
                    "description": "string",
                    "ownerUserId": 7,
                    "ownerName": "string",
                    "hostName": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "userIds",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeAll",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eventlogEntryReport": {
      "get": {
        "tags": [
          "EventLogs"
        ],
        "operationId": "getEventReportEntryCsvExportStatus",
        "description": "The parameters and request body are for method: getEventReportEntryCsvExportStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "EventLogs"
        ],
        "operationId": "startEventReportEntryCsvExport",
        "description": "The parameters and request body are for method: startEventReportEntryCsvExport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "EventLogs"
        ],
        "operationId": "cancelEventReportEntryCsvExport",
        "description": "The parameters and request body are for method: cancelEventReportEntryCsvExport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/eventlogEntryReport/download": {
      "get": {
        "tags": [
          "EventLogs"
        ],
        "operationId": "getEventReportEntryCsvData",
        "description": "The parameters and request body are for method: getEventReportEntryCsvData. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/firewallFilteringRules": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getFirewallFilteringRules",
        "description": "The parameters and request body are for method: getFirewallFilteringRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "order": {
                        "type": "number"
                      },
                      "rank": {
                        "type": "number"
                      },
                      "locations": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "locationGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "departments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "users": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "timeWindows": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "workloadGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "expressionJson": {
                              "type": "object",
                              "properties": {
                                "expressionContainers": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "tagType": {
                                        "type": "object"
                                      },
                                      "operator": {
                                        "type": "object"
                                      },
                                      "tagContainer": {
                                        "type": "object",
                                        "properties": {
                                          "tags": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "key": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          },
                                          "operator": {
                                            "type": "object"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "expression": {
                              "type": "string"
                            },
                            "lastModifiedTime": {
                              "type": "number"
                            },
                            "lastModifiedBy": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "externalId": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      },
                      "action": {
                        "type": "object"
                      },
                      "state": {
                        "type": "object"
                      },
                      "description": {
                        "type": "string"
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "srcIps": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "srcIpGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "srcIpv6Groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "sourceCountries": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "excludeSrcCountries": {
                        "type": "boolean"
                      },
                      "destAddresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "destIpCategories": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "destCountries": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "destIpGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "destIpv6Groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "nwServices": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "nwServiceGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "nwApplications": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "nwApplicationGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "appServices": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "appServiceGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "devices": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "deviceGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "deviceTrustLevels": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "defaultRule": {
                        "type": "boolean"
                      },
                      "predefined": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 9,
                    "name": "string",
                    "order": 7,
                    "rank": 5,
                    "locations": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "timeWindows": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 7,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 6,
                        "lastModifiedBy": {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 2,
                        "lastModifiedBy": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 8,
                        "lastModifiedBy": {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 2,
                        "lastModifiedBy": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 8,
                        "lastModifiedBy": {
                          "id": 2,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "action": null,
                    "state": null,
                    "description": "string",
                    "lastModifiedTime": 7,
                    "lastModifiedBy": {
                      "id": 8,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "srcIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "srcIpGroups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "srcIpv6Groups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "sourceCountries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "excludeSrcCountries": true,
                    "destAddresses": [
                      "string",
                      "string"
                    ],
                    "destIpCategories": [
                      "string",
                      "string"
                    ],
                    "destCountries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destIpGroups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "destIpv6Groups": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServices": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServiceGroups": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "nwApplicationGroups": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "appServices": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "appServiceGroups": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "devices": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceGroups": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceTrustLevels": [
                      "HIGH_TRUST",
                      "MEDIUM_TRUST",
                      "MEDIUM_TRUST"
                    ],
                    "labels": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "defaultRule": false,
                    "predefined": false
                  },
                  {
                    "id": 4,
                    "name": "string",
                    "order": 8,
                    "rank": 4,
                    "locations": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "timeWindows": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 10,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 2,
                        "lastModifiedBy": {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 3,
                        "lastModifiedBy": {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 9,
                        "lastModifiedBy": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 5,
                        "lastModifiedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 4,
                        "lastModifiedBy": {
                          "id": 2,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 7,
                        "lastModifiedBy": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 7,
                        "lastModifiedBy": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 4,
                        "lastModifiedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 2,
                        "lastModifiedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "action": null,
                    "state": null,
                    "description": "string",
                    "lastModifiedTime": 2,
                    "lastModifiedBy": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "srcIps": [
                      "string"
                    ],
                    "srcIpGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "srcIpv6Groups": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "sourceCountries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "excludeSrcCountries": true,
                    "destAddresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destIpCategories": [
                      "string"
                    ],
                    "destCountries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destIpGroups": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "destIpv6Groups": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServices": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServiceGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "nwApplicationGroups": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "appServices": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "appServiceGroups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "devices": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceTrustLevels": [
                      "MEDIUM_TRUST",
                      "HIGH_TRUST",
                      "MEDIUM_TRUST"
                    ],
                    "labels": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "defaultRule": true,
                    "predefined": false
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "createFirewallFilteringRule",
        "description": "The parameters and request body are for method: createFirewallFilteringRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/firewallFilteringRules/{ruleId}": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getFirewallFilteringRule",
        "description": "The parameters and request body are for method: getFirewallFilteringRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "updateFirewallFilteringRule",
        "description": "The parameters and request body are for method: updateFirewallFilteringRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "deleteFirewallFilteringRule",
        "description": "The parameters and request body are for method: deleteFirewallFilteringRule. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipDestinationGroups": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getDestinationIpGroups",
        "description": "The parameters and request body are for method: getDestinationIpGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "object"
                      },
                      "addresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "ipCategories": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "countries": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "isNonEditable": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 10,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string",
                      "string",
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": false
                  },
                  {
                    "id": 8,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": true
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": true
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string",
                      "string",
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": false
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "excludeType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "addDestinationIpGroup",
        "description": "The parameters and request body are for method: addDestinationIpGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipDestinationGroups/ipv6DestinationGroups": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getDestinationIpv6Groups",
        "description": "The parameters and request body are for method: getDestinationIpv6Groups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "object"
                      },
                      "addresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "ipCategories": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "countries": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "isNonEditable": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 10,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": true
                  },
                  {
                    "id": 6,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string",
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": true
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string"
                    ],
                    "countries": [
                      "string"
                    ],
                    "isNonEditable": true
                  },
                  {
                    "id": 6,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string",
                      "string",
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": true
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "excludeType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipDestinationGroups/ipv6DestinationGroups/lite": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getDestinationIpv6GroupsLite",
        "description": "The parameters and request body are for method: getDestinationIpv6GroupsLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "externalId": {
                        "type": "string"
                      },
                      "extensions": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "name": "string",
                    "externalId": "string",
                    "extensions": {}
                  },
                  {
                    "id": 5,
                    "name": "string",
                    "externalId": "string",
                    "extensions": {}
                  },
                  {
                    "id": 9,
                    "name": "string",
                    "externalId": "string",
                    "extensions": {}
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "excludeType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipDestinationGroups/lite": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getDestinationIpGroupsLite",
        "description": "The parameters and request body are for method: getDestinationIpGroupsLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "object"
                      },
                      "addresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "ipCategories": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "countries": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "isNonEditable": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 10,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": false
                  },
                  {
                    "id": 5,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": false
                  },
                  {
                    "id": 10,
                    "name": "string",
                    "type": null,
                    "addresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "ipCategories": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "countries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "isNonEditable": true
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "excludeType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipDestinationGroups/{ipGroupId}": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getDestinationIpGroupById",
        "description": "The parameters and request body are for method: getDestinationIpGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipGroupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "editDestinationIpGroup",
        "description": "The parameters and request body are for method: editDestinationIpGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipGroupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "deleteDestinationIpGroup",
        "description": "The parameters and request body are for method: deleteDestinationIpGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipGroupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipSourceGroups": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getSourceIpGroups",
        "description": "The parameters and request body are for method: getSourceIpGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "ipAddresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "isNonEditable": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 2,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": true
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": true
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": false
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": false
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "addSourceIpGroup",
        "description": "The parameters and request body are for method: addSourceIpGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipSourceGroups/ipv6SourceGroups": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getSourceIpv6Groups",
        "description": "The parameters and request body are for method: getSourceIpv6Groups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "ipAddresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "isNonEditable": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 9,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": false
                  },
                  {
                    "id": 8,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": true
                  },
                  {
                    "id": 10,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": true
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": false
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipSourceGroups/ipv6SourceGroups/lite": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getSourceIpv6GroupsLite",
        "description": "The parameters and request body are for method: getSourceIpv6GroupsLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "ipAddresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "isNonEditable": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": true
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipSourceGroups/lite": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getSourceIpGroupsLite",
        "description": "The parameters and request body are for method: getSourceIpGroupsLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "ipAddresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "description": {
                        "type": "string"
                      },
                      "isNonEditable": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "name": "string",
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string",
                    "isNonEditable": false
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipSourceGroups/{ipGroupId}": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getSourceIpGroupById",
        "description": "The parameters and request body are for method: getSourceIpGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipGroupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "editSourceIpGroup",
        "description": "The parameters and request body are for method: editSourceIpGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipGroupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "deleteSourceIpGroup",
        "description": "The parameters and request body are for method: deleteSourceIpGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ipGroupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkApplicationGroups": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetowrkApplicationGroups",
        "description": "The parameters and request body are for method: getNetowrkApplicationGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "networkApplications": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "description": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "networkApplications": [
                      "string"
                    ],
                    "description": "string"
                  },
                  {
                    "id": 6,
                    "name": "string",
                    "networkApplications": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "createNetworkApplicationGroup",
        "description": "The parameters and request body are for method: createNetworkApplicationGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkApplicationGroups/lite": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetowrkApplicationGroupsLite",
        "description": "The parameters and request body are for method: getNetowrkApplicationGroupsLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "networkApplications": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "description": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "networkApplications": [
                      "string"
                    ],
                    "description": "string"
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "networkApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string"
                  },
                  {
                    "id": 3,
                    "name": "string",
                    "networkApplications": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string"
                  },
                  {
                    "id": 4,
                    "name": "string",
                    "networkApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "description": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkApplicationGroups/{groupId}": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetworkApplicationGroupById",
        "description": "The parameters and request body are for method: getNetworkApplicationGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "updateNetworkApplicationGroup",
        "description": "The parameters and request body are for method: updateNetworkApplicationGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "deleteNetworkApplicationGroup",
        "description": "The parameters and request body are for method: deleteNetworkApplicationGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "groupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "groupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkApplications": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetworkApplications",
        "description": "The parameters and request body are for method: getNetworkApplications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "parentCategory": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "deprecated": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": "string",
                    "parentCategory": "string",
                    "description": "string",
                    "deprecated": true
                  },
                  {
                    "id": "string",
                    "parentCategory": "string",
                    "description": "string",
                    "deprecated": true
                  },
                  {
                    "id": "string",
                    "parentCategory": "string",
                    "description": "string",
                    "deprecated": false
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locale",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkApplications/{appId}": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetworkApplicationById",
        "description": "The parameters and request body are for method: getNetworkApplicationById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "appId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "appId",
              "type": "string"
            }
          },
          {
            "name": "locale",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkServiceGroups": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetworkServiceGroups",
        "description": "The parameters and request body are for method: getNetworkServiceGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "services": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "tag": {
                              "type": "string"
                            },
                            "srcTcpPorts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "start": {
                                    "type": "number"
                                  },
                                  "end": {
                                    "type": "number"
                                  }
                                }
                              }
                            },
                            "destTcpPorts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "start": {
                                    "type": "number"
                                  },
                                  "end": {
                                    "type": "number"
                                  }
                                }
                              }
                            },
                            "srcUdpPorts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "start": {
                                    "type": "number"
                                  },
                                  "end": {
                                    "type": "number"
                                  }
                                }
                              }
                            },
                            "destUdpPorts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "start": {
                                    "type": "number"
                                  },
                                  "end": {
                                    "type": "number"
                                  }
                                }
                              }
                            },
                            "type": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "isNameL10nTag": {
                              "type": "boolean"
                            }
                          }
                        }
                      },
                      "description": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 4,
                    "name": "string",
                    "services": [
                      {
                        "id": 5,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 2,
                            "end": 10
                          },
                          {
                            "start": 9,
                            "end": 1
                          },
                          {
                            "start": 2,
                            "end": 9
                          },
                          {
                            "start": 2,
                            "end": 2
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 2,
                            "end": 8
                          },
                          {
                            "start": 6,
                            "end": 5
                          },
                          {
                            "start": 1,
                            "end": 10
                          },
                          {
                            "start": 7,
                            "end": 5
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 2,
                            "end": 5
                          },
                          {
                            "start": 10,
                            "end": 6
                          },
                          {
                            "start": 8,
                            "end": 5
                          },
                          {
                            "start": 10,
                            "end": 9
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 8,
                            "end": 6
                          },
                          {
                            "start": 5,
                            "end": 9
                          },
                          {
                            "start": 8,
                            "end": 5
                          },
                          {
                            "start": 2,
                            "end": 8
                          },
                          {
                            "start": 10,
                            "end": 10
                          },
                          {
                            "start": 5,
                            "end": 5
                          },
                          {
                            "start": 6,
                            "end": 7
                          },
                          {
                            "start": 10,
                            "end": 10
                          }
                        ],
                        "type": "PREDEFINED",
                        "description": "string",
                        "isNameL10nTag": false
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 4,
                            "end": 10
                          },
                          {
                            "start": 9,
                            "end": 1
                          },
                          {
                            "start": 10,
                            "end": 9
                          },
                          {
                            "start": 4,
                            "end": 5
                          },
                          {
                            "start": 10,
                            "end": 8
                          },
                          {
                            "start": 10,
                            "end": 3
                          },
                          {
                            "start": 9,
                            "end": 8
                          },
                          {
                            "start": 9,
                            "end": 4
                          },
                          {
                            "start": 10,
                            "end": 9
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 1,
                            "end": 5
                          },
                          {
                            "start": 9,
                            "end": 10
                          },
                          {
                            "start": 4,
                            "end": 6
                          },
                          {
                            "start": 6,
                            "end": 1
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 8,
                            "end": 6
                          },
                          {
                            "start": 2,
                            "end": 6
                          },
                          {
                            "start": 2,
                            "end": 10
                          },
                          {
                            "start": 7,
                            "end": 6
                          },
                          {
                            "start": 10,
                            "end": 5
                          },
                          {
                            "start": 1,
                            "end": 2
                          },
                          {
                            "start": 6,
                            "end": 3
                          },
                          {
                            "start": 10,
                            "end": 3
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 9,
                            "end": 2
                          },
                          {
                            "start": 3,
                            "end": 6
                          },
                          {
                            "start": 7,
                            "end": 8
                          },
                          {
                            "start": 1,
                            "end": 4
                          },
                          {
                            "start": 2,
                            "end": 6
                          },
                          {
                            "start": 8,
                            "end": 8
                          },
                          {
                            "start": 9,
                            "end": 4
                          },
                          {
                            "start": 8,
                            "end": 6
                          },
                          {
                            "start": 4,
                            "end": 2
                          },
                          {
                            "start": 8,
                            "end": 10
                          }
                        ],
                        "type": "PREDEFINED",
                        "description": "string",
                        "isNameL10nTag": true
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 5,
                            "end": 6
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 6,
                            "end": 10
                          },
                          {
                            "start": 4,
                            "end": 2
                          },
                          {
                            "start": 10,
                            "end": 9
                          },
                          {
                            "start": 3,
                            "end": 1
                          },
                          {
                            "start": 1,
                            "end": 1
                          },
                          {
                            "start": 10,
                            "end": 7
                          },
                          {
                            "start": 5,
                            "end": 9
                          },
                          {
                            "start": 1,
                            "end": 7
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 10,
                            "end": 10
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 6,
                            "end": 3
                          },
                          {
                            "start": 1,
                            "end": 2
                          },
                          {
                            "start": 7,
                            "end": 4
                          },
                          {
                            "start": 9,
                            "end": 6
                          },
                          {
                            "start": 7,
                            "end": 8
                          },
                          {
                            "start": 9,
                            "end": 7
                          },
                          {
                            "start": 8,
                            "end": 1
                          },
                          {
                            "start": 6,
                            "end": 9
                          },
                          {
                            "start": 7,
                            "end": 6
                          },
                          {
                            "start": 2,
                            "end": 10
                          }
                        ],
                        "type": "PREDEFINED",
                        "description": "string",
                        "isNameL10nTag": false
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 3,
                            "end": 1
                          },
                          {
                            "start": 4,
                            "end": 10
                          },
                          {
                            "start": 5,
                            "end": 4
                          },
                          {
                            "start": 1,
                            "end": 1
                          },
                          {
                            "start": 4,
                            "end": 8
                          },
                          {
                            "start": 4,
                            "end": 7
                          },
                          {
                            "start": 8,
                            "end": 10
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 1,
                            "end": 8
                          },
                          {
                            "start": 7,
                            "end": 1
                          },
                          {
                            "start": 3,
                            "end": 7
                          },
                          {
                            "start": 7,
                            "end": 3
                          },
                          {
                            "start": 10,
                            "end": 4
                          },
                          {
                            "start": 9,
                            "end": 8
                          },
                          {
                            "start": 7,
                            "end": 3
                          },
                          {
                            "start": 3,
                            "end": 10
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 10,
                            "end": 8
                          },
                          {
                            "start": 3,
                            "end": 9
                          },
                          {
                            "start": 9,
                            "end": 6
                          },
                          {
                            "start": 5,
                            "end": 8
                          },
                          {
                            "start": 3,
                            "end": 4
                          },
                          {
                            "start": 8,
                            "end": 6
                          },
                          {
                            "start": 3,
                            "end": 5
                          },
                          {
                            "start": 2,
                            "end": 2
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 1,
                            "end": 2
                          },
                          {
                            "start": 8,
                            "end": 2
                          },
                          {
                            "start": 10,
                            "end": 2
                          },
                          {
                            "start": 5,
                            "end": 8
                          },
                          {
                            "start": 8,
                            "end": 9
                          },
                          {
                            "start": 1,
                            "end": 8
                          },
                          {
                            "start": 3,
                            "end": 2
                          },
                          {
                            "start": 5,
                            "end": 4
                          },
                          {
                            "start": 8,
                            "end": 2
                          },
                          {
                            "start": 7,
                            "end": 2
                          }
                        ],
                        "type": "PREDEFINED",
                        "description": "string",
                        "isNameL10nTag": false
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 1,
                            "end": 3
                          },
                          {
                            "start": 9,
                            "end": 6
                          },
                          {
                            "start": 1,
                            "end": 1
                          },
                          {
                            "start": 5,
                            "end": 3
                          },
                          {
                            "start": 3,
                            "end": 10
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 5,
                            "end": 7
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 3,
                            "end": 6
                          },
                          {
                            "start": 6,
                            "end": 4
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 7,
                            "end": 9
                          },
                          {
                            "start": 6,
                            "end": 8
                          },
                          {
                            "start": 6,
                            "end": 6
                          },
                          {
                            "start": 7,
                            "end": 3
                          },
                          {
                            "start": 3,
                            "end": 1
                          },
                          {
                            "start": 9,
                            "end": 4
                          },
                          {
                            "start": 6,
                            "end": 7
                          },
                          {
                            "start": 7,
                            "end": 7
                          }
                        ],
                        "type": "PREDEFINED",
                        "description": "string",
                        "isNameL10nTag": true
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 6,
                            "end": 1
                          },
                          {
                            "start": 2,
                            "end": 6
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 8,
                            "end": 6
                          },
                          {
                            "start": 8,
                            "end": 3
                          },
                          {
                            "start": 7,
                            "end": 6
                          },
                          {
                            "start": 4,
                            "end": 6
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 8,
                            "end": 10
                          },
                          {
                            "start": 10,
                            "end": 5
                          },
                          {
                            "start": 9,
                            "end": 1
                          },
                          {
                            "start": 3,
                            "end": 4
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 4,
                            "end": 8
                          },
                          {
                            "start": 5,
                            "end": 9
                          },
                          {
                            "start": 9,
                            "end": 7
                          },
                          {
                            "start": 8,
                            "end": 7
                          },
                          {
                            "start": 5,
                            "end": 6
                          },
                          {
                            "start": 9,
                            "end": 9
                          },
                          {
                            "start": 1,
                            "end": 4
                          },
                          {
                            "start": 5,
                            "end": 10
                          }
                        ],
                        "type": "CUSTOM",
                        "description": "string",
                        "isNameL10nTag": false
                      }
                    ],
                    "description": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "addCustomNetworkServiceGroup",
        "description": "The parameters and request body are for method: addCustomNetworkServiceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkServiceGroups/lite": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetworkServiceGroupsLite",
        "description": "The parameters and request body are for method: getNetworkServiceGroupsLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "services": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "tag": {
                              "type": "string"
                            },
                            "srcTcpPorts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "start": {
                                    "type": "number"
                                  },
                                  "end": {
                                    "type": "number"
                                  }
                                }
                              }
                            },
                            "destTcpPorts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "start": {
                                    "type": "number"
                                  },
                                  "end": {
                                    "type": "number"
                                  }
                                }
                              }
                            },
                            "srcUdpPorts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "start": {
                                    "type": "number"
                                  },
                                  "end": {
                                    "type": "number"
                                  }
                                }
                              }
                            },
                            "destUdpPorts": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "start": {
                                    "type": "number"
                                  },
                                  "end": {
                                    "type": "number"
                                  }
                                }
                              }
                            },
                            "type": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "isNameL10nTag": {
                              "type": "boolean"
                            }
                          }
                        }
                      },
                      "description": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 4,
                    "name": "string",
                    "services": [
                      {
                        "id": 5,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 1,
                            "end": 2
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 10,
                            "end": 2
                          },
                          {
                            "start": 4,
                            "end": 2
                          },
                          {
                            "start": 4,
                            "end": 9
                          },
                          {
                            "start": 7,
                            "end": 6
                          },
                          {
                            "start": 3,
                            "end": 4
                          },
                          {
                            "start": 1,
                            "end": 2
                          },
                          {
                            "start": 9,
                            "end": 4
                          },
                          {
                            "start": 9,
                            "end": 10
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 6,
                            "end": 4
                          },
                          {
                            "start": 9,
                            "end": 4
                          },
                          {
                            "start": 10,
                            "end": 4
                          },
                          {
                            "start": 8,
                            "end": 6
                          },
                          {
                            "start": 7,
                            "end": 7
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 3,
                            "end": 7
                          },
                          {
                            "start": 2,
                            "end": 3
                          }
                        ],
                        "type": "CUSTOM",
                        "description": "string",
                        "isNameL10nTag": false
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 3,
                            "end": 9
                          },
                          {
                            "start": 6,
                            "end": 9
                          },
                          {
                            "start": 7,
                            "end": 8
                          },
                          {
                            "start": 9,
                            "end": 4
                          },
                          {
                            "start": 5,
                            "end": 5
                          },
                          {
                            "start": 5,
                            "end": 10
                          },
                          {
                            "start": 6,
                            "end": 2
                          },
                          {
                            "start": 5,
                            "end": 6
                          },
                          {
                            "start": 9,
                            "end": 9
                          },
                          {
                            "start": 6,
                            "end": 4
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 3,
                            "end": 2
                          },
                          {
                            "start": 10,
                            "end": 7
                          },
                          {
                            "start": 4,
                            "end": 3
                          },
                          {
                            "start": 2,
                            "end": 6
                          },
                          {
                            "start": 3,
                            "end": 4
                          },
                          {
                            "start": 9,
                            "end": 6
                          },
                          {
                            "start": 6,
                            "end": 10
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 10,
                            "end": 8
                          },
                          {
                            "start": 10,
                            "end": 2
                          },
                          {
                            "start": 4,
                            "end": 3
                          },
                          {
                            "start": 1,
                            "end": 2
                          },
                          {
                            "start": 9,
                            "end": 5
                          },
                          {
                            "start": 4,
                            "end": 6
                          },
                          {
                            "start": 6,
                            "end": 10
                          },
                          {
                            "start": 1,
                            "end": 5
                          },
                          {
                            "start": 5,
                            "end": 1
                          },
                          {
                            "start": 7,
                            "end": 10
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 10,
                            "end": 8
                          },
                          {
                            "start": 10,
                            "end": 3
                          },
                          {
                            "start": 1,
                            "end": 10
                          },
                          {
                            "start": 8,
                            "end": 3
                          },
                          {
                            "start": 8,
                            "end": 1
                          },
                          {
                            "start": 10,
                            "end": 10
                          },
                          {
                            "start": 9,
                            "end": 7
                          },
                          {
                            "start": 3,
                            "end": 10
                          },
                          {
                            "start": 7,
                            "end": 3
                          }
                        ],
                        "type": "PREDEFINED",
                        "description": "string",
                        "isNameL10nTag": true
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 4,
                            "end": 4
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 8,
                            "end": 5
                          },
                          {
                            "start": 2,
                            "end": 7
                          },
                          {
                            "start": 1,
                            "end": 2
                          },
                          {
                            "start": 3,
                            "end": 1
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 8,
                            "end": 3
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 9,
                            "end": 10
                          }
                        ],
                        "type": "PREDEFINED",
                        "description": "string",
                        "isNameL10nTag": false
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "tag": "string",
                        "srcTcpPorts": [
                          {
                            "start": 8,
                            "end": 3
                          },
                          {
                            "start": 8,
                            "end": 4
                          },
                          {
                            "start": 5,
                            "end": 7
                          },
                          {
                            "start": 10,
                            "end": 8
                          },
                          {
                            "start": 9,
                            "end": 5
                          }
                        ],
                        "destTcpPorts": [
                          {
                            "start": 7,
                            "end": 6
                          },
                          {
                            "start": 8,
                            "end": 9
                          },
                          {
                            "start": 2,
                            "end": 3
                          },
                          {
                            "start": 10,
                            "end": 1
                          },
                          {
                            "start": 7,
                            "end": 5
                          }
                        ],
                        "srcUdpPorts": [
                          {
                            "start": 4,
                            "end": 4
                          }
                        ],
                        "destUdpPorts": [
                          {
                            "start": 4,
                            "end": 6
                          },
                          {
                            "start": 4,
                            "end": 4
                          }
                        ],
                        "type": "CUSTOM",
                        "description": "string",
                        "isNameL10nTag": false
                      }
                    ],
                    "description": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkServiceGroups/{serviceGroupId}": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetworkServiceGroupById",
        "description": "The parameters and request body are for method: getNetworkServiceGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceGroupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "editNetworkServiceGroup",
        "description": "The parameters and request body are for method: editNetworkServiceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceGroupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "deleteCustomNetowrkServiceGroup",
        "description": "The parameters and request body are for method: deleteCustomNetowrkServiceGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceGroupId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceGroupId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkServices": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetworkServices",
        "description": "The parameters and request body are for method: getNetworkServices. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "tag": {
                        "type": "string"
                      },
                      "srcTcpPorts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "start": {
                              "type": "number"
                            },
                            "end": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "destTcpPorts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "start": {
                              "type": "number"
                            },
                            "end": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "srcUdpPorts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "start": {
                              "type": "number"
                            },
                            "end": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "destUdpPorts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "start": {
                              "type": "number"
                            },
                            "end": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "type": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "isNameL10nTag": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 4,
                    "name": "string",
                    "tag": "string",
                    "srcTcpPorts": [
                      {
                        "start": 4,
                        "end": 9
                      }
                    ],
                    "destTcpPorts": [
                      {
                        "start": 5,
                        "end": 4
                      },
                      {
                        "start": 1,
                        "end": 7
                      },
                      {
                        "start": 7,
                        "end": 6
                      },
                      {
                        "start": 6,
                        "end": 9
                      },
                      {
                        "start": 3,
                        "end": 8
                      },
                      {
                        "start": 6,
                        "end": 4
                      },
                      {
                        "start": 8,
                        "end": 8
                      },
                      {
                        "start": 9,
                        "end": 3
                      },
                      {
                        "start": 4,
                        "end": 7
                      },
                      {
                        "start": 5,
                        "end": 6
                      }
                    ],
                    "srcUdpPorts": [
                      {
                        "start": 4,
                        "end": 4
                      },
                      {
                        "start": 7,
                        "end": 5
                      },
                      {
                        "start": 5,
                        "end": 7
                      },
                      {
                        "start": 1,
                        "end": 2
                      }
                    ],
                    "destUdpPorts": [
                      {
                        "start": 6,
                        "end": 8
                      },
                      {
                        "start": 10,
                        "end": 7
                      },
                      {
                        "start": 2,
                        "end": 7
                      },
                      {
                        "start": 4,
                        "end": 10
                      },
                      {
                        "start": 10,
                        "end": 3
                      },
                      {
                        "start": 9,
                        "end": 7
                      }
                    ],
                    "type": "PREDEFINED",
                    "description": "string",
                    "isNameL10nTag": true
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "tag": "string",
                    "srcTcpPorts": [
                      {
                        "start": 7,
                        "end": 6
                      },
                      {
                        "start": 6,
                        "end": 1
                      },
                      {
                        "start": 9,
                        "end": 1
                      },
                      {
                        "start": 5,
                        "end": 9
                      },
                      {
                        "start": 7,
                        "end": 8
                      }
                    ],
                    "destTcpPorts": [
                      {
                        "start": 7,
                        "end": 8
                      },
                      {
                        "start": 5,
                        "end": 4
                      },
                      {
                        "start": 1,
                        "end": 4
                      },
                      {
                        "start": 5,
                        "end": 3
                      },
                      {
                        "start": 8,
                        "end": 10
                      },
                      {
                        "start": 10,
                        "end": 8
                      },
                      {
                        "start": 4,
                        "end": 8
                      },
                      {
                        "start": 8,
                        "end": 9
                      }
                    ],
                    "srcUdpPorts": [
                      {
                        "start": 10,
                        "end": 6
                      },
                      {
                        "start": 10,
                        "end": 8
                      }
                    ],
                    "destUdpPorts": [
                      {
                        "start": 8,
                        "end": 8
                      },
                      {
                        "start": 2,
                        "end": 1
                      },
                      {
                        "start": 3,
                        "end": 10
                      },
                      {
                        "start": 10,
                        "end": 7
                      },
                      {
                        "start": 1,
                        "end": 6
                      },
                      {
                        "start": 3,
                        "end": 1
                      },
                      {
                        "start": 2,
                        "end": 3
                      }
                    ],
                    "type": "CUSTOM",
                    "description": "string",
                    "isNameL10nTag": false
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "protocol",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locale",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "addCustomNetworkService",
        "description": "The parameters and request body are for method: addCustomNetworkService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/networkServices/lite": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetworkServicesLite",
        "description": "The parameters and request body are for method: getNetworkServicesLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "tag": {
                        "type": "string"
                      },
                      "srcTcpPorts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "start": {
                              "type": "number"
                            },
                            "end": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "destTcpPorts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "start": {
                              "type": "number"
                            },
                            "end": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "srcUdpPorts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "start": {
                              "type": "number"
                            },
                            "end": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "destUdpPorts": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "start": {
                              "type": "number"
                            },
                            "end": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "type": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "isNameL10nTag": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "name": "string",
                    "tag": "string",
                    "srcTcpPorts": [
                      {
                        "start": 5,
                        "end": 10
                      },
                      {
                        "start": 8,
                        "end": 6
                      },
                      {
                        "start": 10,
                        "end": 7
                      },
                      {
                        "start": 10,
                        "end": 10
                      }
                    ],
                    "destTcpPorts": [
                      {
                        "start": 8,
                        "end": 4
                      }
                    ],
                    "srcUdpPorts": [
                      {
                        "start": 5,
                        "end": 10
                      },
                      {
                        "start": 9,
                        "end": 2
                      },
                      {
                        "start": 2,
                        "end": 7
                      },
                      {
                        "start": 7,
                        "end": 2
                      },
                      {
                        "start": 7,
                        "end": 2
                      },
                      {
                        "start": 9,
                        "end": 2
                      },
                      {
                        "start": 9,
                        "end": 4
                      }
                    ],
                    "destUdpPorts": [
                      {
                        "start": 3,
                        "end": 1
                      },
                      {
                        "start": 7,
                        "end": 6
                      },
                      {
                        "start": 5,
                        "end": 10
                      },
                      {
                        "start": 6,
                        "end": 5
                      },
                      {
                        "start": 9,
                        "end": 10
                      }
                    ],
                    "type": "PREDEFINED",
                    "description": "string",
                    "isNameL10nTag": true
                  },
                  {
                    "id": 10,
                    "name": "string",
                    "tag": "string",
                    "srcTcpPorts": [
                      {
                        "start": 3,
                        "end": 6
                      },
                      {
                        "start": 1,
                        "end": 7
                      },
                      {
                        "start": 3,
                        "end": 9
                      },
                      {
                        "start": 3,
                        "end": 1
                      },
                      {
                        "start": 5,
                        "end": 3
                      },
                      {
                        "start": 3,
                        "end": 10
                      },
                      {
                        "start": 9,
                        "end": 1
                      },
                      {
                        "start": 8,
                        "end": 5
                      }
                    ],
                    "destTcpPorts": [
                      {
                        "start": 2,
                        "end": 9
                      },
                      {
                        "start": 5,
                        "end": 7
                      },
                      {
                        "start": 2,
                        "end": 5
                      }
                    ],
                    "srcUdpPorts": [
                      {
                        "start": 4,
                        "end": 5
                      },
                      {
                        "start": 10,
                        "end": 7
                      },
                      {
                        "start": 9,
                        "end": 4
                      },
                      {
                        "start": 8,
                        "end": 9
                      },
                      {
                        "start": 3,
                        "end": 7
                      },
                      {
                        "start": 5,
                        "end": 7
                      },
                      {
                        "start": 10,
                        "end": 4
                      },
                      {
                        "start": 3,
                        "end": 8
                      },
                      {
                        "start": 10,
                        "end": 4
                      }
                    ],
                    "destUdpPorts": [
                      {
                        "start": 6,
                        "end": 4
                      },
                      {
                        "start": 8,
                        "end": 1
                      },
                      {
                        "start": 9,
                        "end": 10
                      },
                      {
                        "start": 6,
                        "end": 1
                      },
                      {
                        "start": 2,
                        "end": 5
                      },
                      {
                        "start": 3,
                        "end": 3
                      },
                      {
                        "start": 6,
                        "end": 5
                      },
                      {
                        "start": 10,
                        "end": 8
                      },
                      {
                        "start": 2,
                        "end": 5
                      }
                    ],
                    "type": "PREDEFINED",
                    "description": "string",
                    "isNameL10nTag": true
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "tag": "string",
                    "srcTcpPorts": [
                      {
                        "start": 1,
                        "end": 4
                      },
                      {
                        "start": 2,
                        "end": 8
                      },
                      {
                        "start": 5,
                        "end": 9
                      },
                      {
                        "start": 7,
                        "end": 10
                      },
                      {
                        "start": 2,
                        "end": 3
                      },
                      {
                        "start": 7,
                        "end": 6
                      }
                    ],
                    "destTcpPorts": [
                      {
                        "start": 5,
                        "end": 10
                      },
                      {
                        "start": 5,
                        "end": 9
                      },
                      {
                        "start": 7,
                        "end": 2
                      },
                      {
                        "start": 3,
                        "end": 9
                      },
                      {
                        "start": 1,
                        "end": 8
                      },
                      {
                        "start": 8,
                        "end": 3
                      },
                      {
                        "start": 3,
                        "end": 4
                      },
                      {
                        "start": 1,
                        "end": 10
                      },
                      {
                        "start": 4,
                        "end": 10
                      }
                    ],
                    "srcUdpPorts": [
                      {
                        "start": 2,
                        "end": 8
                      },
                      {
                        "start": 5,
                        "end": 9
                      }
                    ],
                    "destUdpPorts": [
                      {
                        "start": 10,
                        "end": 8
                      },
                      {
                        "start": 7,
                        "end": 8
                      },
                      {
                        "start": 7,
                        "end": 5
                      },
                      {
                        "start": 5,
                        "end": 2
                      },
                      {
                        "start": 4,
                        "end": 2
                      }
                    ],
                    "type": "PREDEFINED",
                    "description": "string",
                    "isNameL10nTag": true
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "locale",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/networkServices/{serviceId}": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getNetworkServiceById",
        "description": "The parameters and request body are for method: getNetworkServiceById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "number"
            }
          },
          {
            "name": "locale",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "editNetworkService",
        "description": "The parameters and request body are for method: editNetworkService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "deleteCustomNetworkService",
        "description": "The parameters and request body are for method: deleteCustomNetworkService. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serviceId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serviceId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/timeWindows": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getTimeWindows",
        "description": "The parameters and request body are for method: getTimeWindows. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "startTime": {
                        "type": "number"
                      },
                      "endTime": {
                        "type": "number"
                      },
                      "dayOfWeek": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 4,
                    "name": "string",
                    "startTime": 2,
                    "endTime": 6,
                    "dayOfWeek": [
                      "SUN"
                    ]
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "startTime": 9,
                    "endTime": 2,
                    "dayOfWeek": [
                      "EVERYDAY",
                      "FRI"
                    ]
                  },
                  {
                    "id": 5,
                    "name": "string",
                    "startTime": 2,
                    "endTime": 10,
                    "dayOfWeek": [
                      "NONE",
                      "THU",
                      "FRI"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/timeWindows/lite": {
      "get": {
        "tags": [
          "FirewallPolicies"
        ],
        "operationId": "getTimeWindowSummary",
        "description": "The parameters and request body are for method: getTimeWindowSummary. Same endpoint also used in methods:<br> getTimeWindowsLite (iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "startTime": {
                        "type": "number"
                      },
                      "endTime": {
                        "type": "number"
                      },
                      "dayOfWeek": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 3,
                    "name": "string",
                    "startTime": 2,
                    "endTime": 10,
                    "dayOfWeek": [
                      "SAT",
                      "FRI"
                    ]
                  },
                  {
                    "id": 9,
                    "name": "string",
                    "startTime": 7,
                    "endTime": 1,
                    "dayOfWeek": [
                      "SAT",
                      "SUN",
                      "ANY",
                      "SAT",
                      "ANY"
                    ]
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "startTime": 6,
                    "endTime": 2,
                    "dayOfWeek": [
                      "FRI",
                      "SUN",
                      "SAT",
                      "SUN",
                      "THU",
                      "FRI",
                      "TUE",
                      "MON",
                      "FRI"
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/urlFilteringRules": {
      "get": {
        "tags": [
          "URLFilteringPolicies"
        ],
        "operationId": "getUrlFilteringRules",
        "description": "The parameters and request body are for method: getUrlFilteringRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "order": {
                        "type": "number"
                      },
                      "protocols": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "locations": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "departments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "users": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "urlCategories": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "state": {
                        "type": "object"
                      },
                      "timeWindows": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "workloadGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "expressionJson": {
                              "type": "object",
                              "properties": {
                                "expressionContainers": {
                                  "type": "array",
                                  "items": {
                                    "type": "object",
                                    "properties": {
                                      "tagType": {
                                        "type": "object"
                                      },
                                      "operator": {
                                        "type": "object"
                                      },
                                      "tagContainer": {
                                        "type": "object",
                                        "properties": {
                                          "tags": {
                                            "type": "array",
                                            "items": {
                                              "type": "object",
                                              "properties": {
                                                "key": {
                                                  "type": "string"
                                                },
                                                "value": {
                                                  "type": "string"
                                                }
                                              }
                                            }
                                          },
                                          "operator": {
                                            "type": "object"
                                          }
                                        }
                                      }
                                    }
                                  }
                                }
                              }
                            },
                            "expression": {
                              "type": "string"
                            },
                            "lastModifiedTime": {
                              "type": "number"
                            },
                            "lastModifiedBy": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "externalId": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      },
                      "rank": {
                        "type": "number"
                      },
                      "requestMethods": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "endUserNotificationUrl": {
                        "type": "string"
                      },
                      "overrideUsers": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "overrideGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "blockOverride": {
                        "type": "boolean"
                      },
                      "timeQuota": {
                        "type": "number"
                      },
                      "sizeQuota": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "locationGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "validityStartTime": {
                        "type": "number"
                      },
                      "validityEndTime": {
                        "type": "number"
                      },
                      "validityTimeZoneId": {
                        "type": "string"
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "enforceTimeValidity": {
                        "type": "boolean"
                      },
                      "devices": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "deviceGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "deviceTrustLevels": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "action": {
                        "type": "object"
                      },
                      "cbiProfile": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "defaultProfile": {
                            "type": "boolean"
                          }
                        }
                      },
                      "ciparule": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "name": "string",
                    "order": 5,
                    "protocols": [
                      "FTP_RULE",
                      "HTTPS_RULE"
                    ],
                    "locations": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "urlCategories": [
                      "string"
                    ],
                    "state": null,
                    "timeWindows": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 10,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 2,
                        "lastModifiedBy": {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 6,
                        "lastModifiedBy": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 6,
                        "lastModifiedBy": {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "rank": 7,
                    "requestMethods": [
                      "PUT",
                      "HEAD",
                      "CONNECT",
                      "PUT",
                      "DELETE",
                      "CONNECT",
                      "POST",
                      "PUT"
                    ],
                    "endUserNotificationUrl": "string",
                    "overrideUsers": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "overrideGroups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "blockOverride": false,
                    "timeQuota": 6,
                    "sizeQuota": 7,
                    "description": "string",
                    "locationGroups": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "labels": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "validityStartTime": 4,
                    "validityEndTime": 6,
                    "validityTimeZoneId": "string",
                    "lastModifiedTime": 4,
                    "lastModifiedBy": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "enforceTimeValidity": true,
                    "devices": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceGroups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceTrustLevels": [
                      "ANY",
                      "HIGH_TRUST",
                      "HIGH_TRUST",
                      "MEDIUM_TRUST",
                      "MEDIUM_TRUST"
                    ],
                    "action": null,
                    "cbiProfile": {
                      "id": "string",
                      "name": "string",
                      "url": "string",
                      "defaultProfile": true
                    },
                    "ciparule": false
                  },
                  {
                    "id": 6,
                    "name": "string",
                    "order": 6,
                    "protocols": [
                      "TCP_RULE",
                      "TCP_RULE",
                      "TUNNEL_RULE",
                      "UDP_RULE",
                      "SMRULEF_ZPA_BROKERS_RULE"
                    ],
                    "locations": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "urlCategories": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "state": null,
                    "timeWindows": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "workloadGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 10,
                        "lastModifiedBy": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 8,
                        "lastModifiedBy": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 1,
                        "lastModifiedBy": {
                          "id": 2,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 6,
                        "lastModifiedBy": {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 7,
                        "lastModifiedBy": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 4,
                        "lastModifiedBy": {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 3,
                        "lastModifiedBy": {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 5,
                        "lastModifiedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "description": "string",
                        "expressionJson": {
                          "expressionContainers": [
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            },
                            {
                              "tagType": null,
                              "operator": null,
                              "tagContainer": {
                                "tags": [
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  },
                                  {
                                    "key": "string",
                                    "value": "string"
                                  }
                                ],
                                "operator": null
                              }
                            }
                          ]
                        },
                        "expression": "string",
                        "lastModifiedTime": 3,
                        "lastModifiedBy": {
                          "id": 4,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "rank": 6,
                    "requestMethods": [
                      "POST",
                      "OTHER",
                      "POST",
                      "CONNECT"
                    ],
                    "endUserNotificationUrl": "string",
                    "overrideUsers": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "overrideGroups": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "blockOverride": true,
                    "timeQuota": 6,
                    "sizeQuota": 10,
                    "description": "string",
                    "locationGroups": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "labels": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "validityStartTime": 3,
                    "validityEndTime": 1,
                    "validityTimeZoneId": "string",
                    "lastModifiedTime": 7,
                    "lastModifiedBy": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "enforceTimeValidity": false,
                    "devices": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceGroups": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceTrustLevels": [
                      "LOW_TRUST",
                      "UNKNOWN_DEVICETRUSTLEVEL"
                    ],
                    "action": null,
                    "cbiProfile": {
                      "id": "string",
                      "name": "string",
                      "url": "string",
                      "defaultProfile": true
                    },
                    "ciparule": true
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "URLFilteringPolicies"
        ],
        "operationId": "postUrlFilteringRules",
        "description": "The parameters and request body are for method: postUrlFilteringRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/urlFilteringRules/{ruleId}": {
      "get": {
        "tags": [
          "URLFilteringPolicies"
        ],
        "operationId": "getUrlFilteringRulesRuleId",
        "description": "The parameters and request body are for method: getUrlFilteringRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "URLFilteringPolicies"
        ],
        "operationId": "putUrlFilteringRulesRuleId",
        "description": "The parameters and request body are for method: putUrlFilteringRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "URLFilteringPolicies"
        ],
        "operationId": "deleteUrlFilteringRulesRuleId",
        "description": "The parameters and request body are for method: deleteUrlFilteringRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/forwardingRules": {
      "get": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "getForwardingRules",
        "description": "The parameters and request body are for method: getForwardingRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "object"
                      },
                      "order": {
                        "type": "number"
                      },
                      "rank": {
                        "type": "number"
                      },
                      "locations": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "locationGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "ecGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "departments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "users": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "forwardMethod": {
                        "type": "object"
                      },
                      "state": {
                        "type": "object"
                      },
                      "description": {
                        "type": "string"
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "srcIps": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "srcIpGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "srcIpv6Groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "destAddresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "destIpCategories": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "resCategories": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "destCountries": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "destIpGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "destIpv6Groups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "nwServices": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "nwServiceGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "proxyGateway": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "zpaAppSegments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "number"
                            },
                            "zpaTenantId": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "zpaApplicationSegments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "zpaId": {
                              "type": "number"
                            },
                            "deleted": {
                              "type": "boolean"
                            }
                          }
                        }
                      },
                      "zpaApplicationSegmentGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "zpaId": {
                              "type": "number"
                            },
                            "deleted": {
                              "type": "boolean"
                            },
                            "zpaAppSegmentsCount": {
                              "type": "number"
                            }
                          }
                        }
                      },
                      "zpaGateway": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "zpaBrokerRule": {
                        "type": "boolean"
                      },
                      "devices": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "deviceGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "nwApplications": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "nwApplicationGroups": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "timeWindows": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 5,
                    "name": "string",
                    "type": null,
                    "order": 7,
                    "rank": 1,
                    "locations": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "ecGroups": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "forwardMethod": null,
                    "state": null,
                    "description": "string",
                    "lastModifiedTime": 10,
                    "lastModifiedBy": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "srcIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "srcIpGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "srcIpv6Groups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "destAddresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destIpCategories": [
                      "string",
                      "string",
                      "string"
                    ],
                    "resCategories": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destCountries": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destIpGroups": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "destIpv6Groups": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServices": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServiceGroups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "proxyGateway": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "zpaAppSegments": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": 9,
                        "zpaTenantId": 6
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": 6,
                        "zpaTenantId": 6
                      }
                    ],
                    "zpaApplicationSegments": [
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "zpaId": 9,
                        "deleted": false
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "description": "string",
                        "zpaId": 2,
                        "deleted": false
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "description": "string",
                        "zpaId": 3,
                        "deleted": false
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "zpaId": 9,
                        "deleted": false
                      }
                    ],
                    "zpaApplicationSegmentGroups": [
                      {
                        "id": 1,
                        "name": "string",
                        "zpaId": 10,
                        "deleted": true,
                        "zpaAppSegmentsCount": 1
                      }
                    ],
                    "zpaGateway": {
                      "id": 2,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "zpaBrokerRule": true,
                    "devices": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceGroups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "labels": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwApplications": [
                      "string"
                    ],
                    "nwApplicationGroups": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "timeWindows": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ]
                  },
                  {
                    "id": 6,
                    "name": "string",
                    "type": null,
                    "order": 5,
                    "rank": 1,
                    "locations": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "ecGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "forwardMethod": null,
                    "state": null,
                    "description": "string",
                    "lastModifiedTime": 1,
                    "lastModifiedBy": {
                      "id": 8,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "srcIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "srcIpGroups": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "srcIpv6Groups": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "destAddresses": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destIpCategories": [
                      "string",
                      "string",
                      "string"
                    ],
                    "resCategories": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destCountries": [
                      "string"
                    ],
                    "destIpGroups": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "destIpv6Groups": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServices": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServiceGroups": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "proxyGateway": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "zpaAppSegments": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": 1,
                        "zpaTenantId": 4
                      }
                    ],
                    "zpaApplicationSegments": [
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "zpaId": 8,
                        "deleted": false
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "description": "string",
                        "zpaId": 6,
                        "deleted": false
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "description": "string",
                        "zpaId": 2,
                        "deleted": false
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "description": "string",
                        "zpaId": 6,
                        "deleted": false
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "zpaId": 4,
                        "deleted": true
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "description": "string",
                        "zpaId": 7,
                        "deleted": true
                      }
                    ],
                    "zpaApplicationSegmentGroups": [
                      {
                        "id": 1,
                        "name": "string",
                        "zpaId": 2,
                        "deleted": true,
                        "zpaAppSegmentsCount": 6
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "zpaId": 9,
                        "deleted": false,
                        "zpaAppSegmentsCount": 8
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "zpaId": 6,
                        "deleted": true,
                        "zpaAppSegmentsCount": 5
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "zpaId": 1,
                        "deleted": false,
                        "zpaAppSegmentsCount": 5
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "zpaId": 3,
                        "deleted": true,
                        "zpaAppSegmentsCount": 7
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "zpaId": 6,
                        "deleted": true,
                        "zpaAppSegmentsCount": 8
                      }
                    ],
                    "zpaGateway": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "zpaBrokerRule": true,
                    "devices": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceGroups": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "labels": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "nwApplicationGroups": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "timeWindows": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ]
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "type": null,
                    "order": 4,
                    "rank": 2,
                    "locations": [
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "locationGroups": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "ecGroups": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "departments": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "groups": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "users": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "forwardMethod": null,
                    "state": null,
                    "description": "string",
                    "lastModifiedTime": 7,
                    "lastModifiedBy": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "srcIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "srcIpGroups": [
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "srcIpv6Groups": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "destAddresses": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destIpCategories": [
                      "string"
                    ],
                    "resCategories": [
                      "string",
                      "string",
                      "string"
                    ],
                    "destCountries": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "destIpGroups": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "destIpv6Groups": [
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServices": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwServiceGroups": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "proxyGateway": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "zpaAppSegments": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": 10,
                        "zpaTenantId": 10
                      }
                    ],
                    "zpaApplicationSegments": [
                      {
                        "id": 4,
                        "name": "string",
                        "description": "string",
                        "zpaId": 6,
                        "deleted": false
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "zpaId": 8,
                        "deleted": true
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "description": "string",
                        "zpaId": 9,
                        "deleted": false
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "description": "string",
                        "zpaId": 2,
                        "deleted": true
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "description": "string",
                        "zpaId": 10,
                        "deleted": false
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "description": "string",
                        "zpaId": 1,
                        "deleted": false
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "description": "string",
                        "zpaId": 3,
                        "deleted": true
                      }
                    ],
                    "zpaApplicationSegmentGroups": [
                      {
                        "id": 8,
                        "name": "string",
                        "zpaId": 8,
                        "deleted": false,
                        "zpaAppSegmentsCount": 8
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "zpaId": 10,
                        "deleted": false,
                        "zpaAppSegmentsCount": 7
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "zpaId": 9,
                        "deleted": false,
                        "zpaAppSegmentsCount": 7
                      }
                    ],
                    "zpaGateway": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "zpaBrokerRule": true,
                    "devices": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "deviceGroups": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "labels": [
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "nwApplications": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "nwApplicationGroups": [
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "timeWindows": [
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "createForwardingRule",
        "description": "The parameters and request body are for method: createForwardingRule. Same endpoint also used in methods:<br> postForwardingRules (body : object,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/forwardingRules/{ruleId}": {
      "get": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "getForwardingRule",
        "description": "The parameters and request body are for method: getForwardingRule. Same endpoint also used in methods:<br> getForwardingRulesRuleId (ruleId : number,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "updateForwardingRule",
        "description": "The parameters and request body are for method: updateForwardingRule. Same endpoint also used in methods:<br> putForwardingRulesRuleId (ruleId : number,body : object,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "deleteForwardingRule",
        "description": "The parameters and request body are for method: deleteForwardingRule. Same endpoint also used in methods:<br> deleteForwardingRulesRuleId (ruleId : number,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/zpaGateways": {
      "get": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "getZpaGateways",
        "description": "The parameters and request body are for method: getZpaGateways. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "zpaServerGroup": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "zpaAppSegments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "zpaTenantId": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "type": {
                        "type": "object"
                      },
                      "description": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 4,
                    "name": "string",
                    "zpaServerGroup": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "zpaAppSegments": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "zpaTenantId": 5,
                    "lastModifiedBy": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModifiedTime": 6,
                    "type": null,
                    "description": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appSegment",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "addZpaGateway",
        "description": "The parameters and request body are for method: addZpaGateway. Same endpoint also used in methods:<br> postZpaGateways (body : object,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/zpaGateways/{gatewayId}": {
      "get": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "getZpaGatewayById",
        "description": "The parameters and request body are for method: getZpaGatewayById. Same endpoint also used in methods:<br> getZpaGatewaysGatewayId (gatewayId : number,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "gatewayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "gatewayId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "editZpaGateway",
        "description": "The parameters and request body are for method: editZpaGateway. Same endpoint also used in methods:<br> putZpaGatewaysGatewayId (gatewayId : number,body : object,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "gatewayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "gatewayId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "deleteZpaGateway",
        "description": "The parameters and request body are for method: deleteZpaGateway. Same endpoint also used in methods:<br> deleteZpaGatewaysGatewayId (gatewayId : number,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "gatewayId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "gatewayId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "getIntermediateCaCertificates",
        "description": "The parameters and request body are for method: getIntermediateCaCertificates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "object"
                      },
                      "region": {
                        "type": "object"
                      },
                      "status": {
                        "type": "object"
                      },
                      "defaultCertificate": {
                        "type": "boolean"
                      },
                      "certStartDate": {
                        "type": "number"
                      },
                      "certExpDate": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "currentState": {
                        "type": "object"
                      },
                      "publicKey": {
                        "type": "string"
                      },
                      "keyGenerationTime": {
                        "type": "number"
                      },
                      "hsmAttestationVerifiedTime": {
                        "type": "number"
                      },
                      "csrFileName": {
                        "type": "string"
                      },
                      "csrGenerationTime": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 6,
                    "name": "string",
                    "type": null,
                    "region": null,
                    "status": null,
                    "defaultCertificate": true,
                    "certStartDate": 2,
                    "certExpDate": 8,
                    "description": "string",
                    "currentState": null,
                    "publicKey": "string",
                    "keyGenerationTime": 9,
                    "hsmAttestationVerifiedTime": 4,
                    "csrFileName": "string",
                    "csrGenerationTime": 2
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "addIntermediateCaCertificate",
        "description": "The parameters and request body are for method: addIntermediateCaCertificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/downloadAttestation/{certId}": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "downloadAttestationStmt",
        "description": "The parameters and request body are for method: downloadAttestationStmt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/downloadCsr/{certId}": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "downloadCSR",
        "description": "The parameters and request body are for method: downloadCSR. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/downloadPublicKey/{certId}": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "downloadHsmPublicKey",
        "description": "The parameters and request body are for method: downloadHsmPublicKey. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/finalizeCert/{certId}": {
      "post": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "finalizeCert",
        "description": "The parameters and request body are for method: finalizeCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/generateCsr/{certId}": {
      "post": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "generateCsr",
        "description": "The parameters and request body are for method: generateCsr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/keyPair/{certId}": {
      "post": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "generateHsmKeyPair",
        "description": "The parameters and request body are for method: generateHsmKeyPair. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/lite": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "getIntermediateCaCertificatesLite",
        "description": "The parameters and request body are for method: getIntermediateCaCertificatesLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "object"
                      },
                      "region": {
                        "type": "object"
                      },
                      "status": {
                        "type": "object"
                      },
                      "defaultCertificate": {
                        "type": "boolean"
                      },
                      "certStartDate": {
                        "type": "number"
                      },
                      "certExpDate": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "currentState": {
                        "type": "object"
                      },
                      "publicKey": {
                        "type": "string"
                      },
                      "keyGenerationTime": {
                        "type": "number"
                      },
                      "hsmAttestationVerifiedTime": {
                        "type": "number"
                      },
                      "csrFileName": {
                        "type": "string"
                      },
                      "csrGenerationTime": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 4,
                    "name": "string",
                    "type": null,
                    "region": null,
                    "status": null,
                    "defaultCertificate": true,
                    "certStartDate": 4,
                    "certExpDate": 7,
                    "description": "string",
                    "currentState": null,
                    "publicKey": "string",
                    "keyGenerationTime": 3,
                    "hsmAttestationVerifiedTime": 4,
                    "csrFileName": "string",
                    "csrGenerationTime": 4
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "type": null,
                    "region": null,
                    "status": null,
                    "defaultCertificate": false,
                    "certStartDate": 5,
                    "certExpDate": 3,
                    "description": "string",
                    "currentState": null,
                    "publicKey": "string",
                    "keyGenerationTime": 5,
                    "hsmAttestationVerifiedTime": 9,
                    "csrFileName": "string",
                    "csrGenerationTime": 1
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "type": null,
                    "region": null,
                    "status": null,
                    "defaultCertificate": false,
                    "certStartDate": 4,
                    "certExpDate": 7,
                    "description": "string",
                    "currentState": null,
                    "publicKey": "string",
                    "keyGenerationTime": 8,
                    "hsmAttestationVerifiedTime": 9,
                    "csrFileName": "string",
                    "csrGenerationTime": 9
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/lite/{certId}": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "getIntermediateCaCertificateLite",
        "description": "The parameters and request body are for method: getIntermediateCaCertificateLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/makeDefault/{certId}": {
      "put": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "makeDefaultCertificate",
        "description": "The parameters and request body are for method: makeDefaultCertificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/readyToUse": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "getCertificatesInReadyToUseState",
        "description": "The parameters and request body are for method: getCertificatesInReadyToUseState. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "type": {
                        "type": "object"
                      },
                      "region": {
                        "type": "object"
                      },
                      "status": {
                        "type": "object"
                      },
                      "defaultCertificate": {
                        "type": "boolean"
                      },
                      "certStartDate": {
                        "type": "number"
                      },
                      "certExpDate": {
                        "type": "number"
                      },
                      "description": {
                        "type": "string"
                      },
                      "currentState": {
                        "type": "object"
                      },
                      "publicKey": {
                        "type": "string"
                      },
                      "keyGenerationTime": {
                        "type": "number"
                      },
                      "hsmAttestationVerifiedTime": {
                        "type": "number"
                      },
                      "csrFileName": {
                        "type": "string"
                      },
                      "csrGenerationTime": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 10,
                    "name": "string",
                    "type": null,
                    "region": null,
                    "status": null,
                    "defaultCertificate": true,
                    "certStartDate": 7,
                    "certExpDate": 2,
                    "description": "string",
                    "currentState": null,
                    "publicKey": "string",
                    "keyGenerationTime": 1,
                    "hsmAttestationVerifiedTime": 9,
                    "csrFileName": "string",
                    "csrGenerationTime": 9
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "type": null,
                    "region": null,
                    "status": null,
                    "defaultCertificate": false,
                    "certStartDate": 1,
                    "certExpDate": 8,
                    "description": "string",
                    "currentState": null,
                    "publicKey": "string",
                    "keyGenerationTime": 8,
                    "hsmAttestationVerifiedTime": 2,
                    "csrFileName": "string",
                    "csrGenerationTime": 9
                  },
                  {
                    "id": 6,
                    "name": "string",
                    "type": null,
                    "region": null,
                    "status": null,
                    "defaultCertificate": false,
                    "certStartDate": 1,
                    "certExpDate": 7,
                    "description": "string",
                    "currentState": null,
                    "publicKey": "string",
                    "keyGenerationTime": 4,
                    "hsmAttestationVerifiedTime": 5,
                    "csrFileName": "string",
                    "csrGenerationTime": 10
                  },
                  {
                    "id": 5,
                    "name": "string",
                    "type": null,
                    "region": null,
                    "status": null,
                    "defaultCertificate": false,
                    "certStartDate": 10,
                    "certExpDate": 4,
                    "description": "string",
                    "currentState": null,
                    "publicKey": "string",
                    "keyGenerationTime": 5,
                    "hsmAttestationVerifiedTime": 2,
                    "csrFileName": "string",
                    "csrGenerationTime": 1
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/showCert/{certId}": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "showCert",
        "description": "The parameters and request body are for method: showCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/showCsr/{certId}": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "showCsr",
        "description": "The parameters and request body are for method: showCsr. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/uploadCert/{certId}": {
      "post": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "uploadCert",
        "description": "The parameters and request body are for method: uploadCert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/uploadCertChain/{certId}": {
      "post": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "uploadCertChain",
        "description": "The parameters and request body are for method: uploadCertChain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/verifyKeyAttestation/{certId}": {
      "post": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "verifyKeyAttestation",
        "description": "The parameters and request body are for method: verifyKeyAttestation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/intermediateCaCertificate/{certId}": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "getIntermediateCaCertificate",
        "description": "The parameters and request body are for method: getIntermediateCaCertificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "updateIntermediateCaCertificate",
        "description": "The parameters and request body are for method: updateIntermediateCaCertificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "deleteIntermediateCaCertificate",
        "description": "The parameters and request body are for method: deleteIntermediateCaCertificate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "certId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "certId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sslSettings/exemptedUrls": {
      "get": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "getSslExemptedUrls",
        "description": "The parameters and request body are for method: getSslExemptedUrls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "IntermediateCACertificates"
        ],
        "operationId": "updateSslExemptedUrls",
        "description": "The parameters and request body are for method: updateSslExemptedUrls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/iotDiscovery/deviceTypes": {
      "get": {
        "tags": [
          "IoTReport"
        ],
        "operationId": "getDeviceTypes",
        "description": "The parameters and request body are for method: getDeviceTypes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "uuid": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "parent_uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "uuid": "string",
                    "name": "string",
                    "parent_uuid": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/iotDiscovery/categories": {
      "get": {
        "tags": [
          "IoTReport"
        ],
        "operationId": "getCategories",
        "description": "The parameters and request body are for method: getCategories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "uuid": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "parent_uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "uuid": "string",
                    "name": "string",
                    "parent_uuid": "string"
                  },
                  {
                    "uuid": "string",
                    "name": "string",
                    "parent_uuid": "string"
                  },
                  {
                    "uuid": "string",
                    "name": "string",
                    "parent_uuid": "string"
                  },
                  {
                    "uuid": "string",
                    "name": "string",
                    "parent_uuid": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/iotDiscovery/classifications": {
      "get": {
        "tags": [
          "IoTReport"
        ],
        "operationId": "getClassifications",
        "description": "The parameters and request body are for method: getClassifications. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "uuid": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "parent_uuid": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "uuid": "string",
                    "name": "string",
                    "parent_uuid": "string"
                  },
                  {
                    "uuid": "string",
                    "name": "string",
                    "parent_uuid": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/iotDiscovery/deviceList": {
      "get": {
        "tags": [
          "IoTReport"
        ],
        "operationId": "getDeviceList",
        "description": "The parameters and request body are for method: getDeviceList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/locations/{locationId}/sublocations": {
      "get": {
        "tags": [
          "LocationManagement"
        ],
        "operationId": "getSubLocations",
        "description": "The parameters and request body are for method: getSubLocations. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "parentId": {
                        "type": "number"
                      },
                      "upBandwidth": {
                        "type": "number"
                      },
                      "dnBandwidth": {
                        "type": "number"
                      },
                      "country": {
                        "type": "object"
                      },
                      "tz": {
                        "type": "object"
                      },
                      "city": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "geoOverride": {
                        "type": "boolean"
                      },
                      "latitude": {
                        "type": "number"
                      },
                      "longitude": {
                        "type": "number"
                      },
                      "ipAddresses": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "ports": {
                        "type": "array",
                        "items": {
                          "type": "number"
                        }
                      },
                      "vpnCredentials": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "type": {
                              "type": "object"
                            },
                            "fqdn": {
                              "type": "string"
                            },
                            "ipAddress": {
                              "type": "string"
                            },
                            "preSharedKey": {
                              "type": "string"
                            },
                            "comments": {
                              "type": "string"
                            },
                            "location": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "externalId": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            },
                            "managedBy": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "externalId": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          }
                        }
                      },
                      "authRequired": {
                        "type": "boolean"
                      },
                      "sslScanEnabled": {
                        "type": "boolean"
                      },
                      "zappSSLScanEnabled": {
                        "type": "boolean"
                      },
                      "xffForwardEnabled": {
                        "type": "boolean"
                      },
                      "otherSubLocation": {
                        "type": "boolean"
                      },
                      "other6SubLocation": {
                        "type": "boolean"
                      },
                      "surrogateIP": {
                        "type": "boolean"
                      },
                      "idleTimeInMinutes": {
                        "type": "number"
                      },
                      "displayTimeUnit": {
                        "type": "object"
                      },
                      "surrogateIPEnforcedForKnownBrowsers": {
                        "type": "boolean"
                      },
                      "surrogateRefreshTimeInMinutes": {
                        "type": "number"
                      },
                      "surrogateRefreshTimeUnit": {
                        "type": "object"
                      },
                      "ofwEnabled": {
                        "type": "boolean"
                      },
                      "ipsControl": {
                        "type": "boolean"
                      },
                      "aupEnabled": {
                        "type": "boolean"
                      },
                      "cautionEnabled": {
                        "type": "boolean"
                      },
                      "aupBlockInternetUntilAccepted": {
                        "type": "boolean"
                      },
                      "aupForceSslInspection": {
                        "type": "boolean"
                      },
                      "ipv6Enabled": {
                        "type": "boolean"
                      },
                      "ipv6Dns64Prefix": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "iotDiscoveryEnabled": {
                        "type": "boolean"
                      },
                      "aupTimeoutInDays": {
                        "type": "number"
                      },
                      "managedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "profile": {
                        "type": "object"
                      },
                      "description": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 3,
                    "name": "string",
                    "parentId": 10,
                    "upBandwidth": 3,
                    "dnBandwidth": 6,
                    "country": null,
                    "tz": null,
                    "city": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "geoOverride": true,
                    "latitude": 3,
                    "longitude": 4,
                    "ipAddresses": [
                      "string"
                    ],
                    "ports": [
                      7,
                      2,
                      9,
                      9
                    ],
                    "vpnCredentials": [
                      {
                        "id": 1,
                        "type": null,
                        "fqdn": "string",
                        "ipAddress": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "managedBy": {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "authRequired": true,
                    "sslScanEnabled": false,
                    "zappSSLScanEnabled": true,
                    "xffForwardEnabled": false,
                    "otherSubLocation": true,
                    "other6SubLocation": true,
                    "surrogateIP": true,
                    "idleTimeInMinutes": 8,
                    "displayTimeUnit": null,
                    "surrogateIPEnforcedForKnownBrowsers": false,
                    "surrogateRefreshTimeInMinutes": 5,
                    "surrogateRefreshTimeUnit": null,
                    "ofwEnabled": false,
                    "ipsControl": false,
                    "aupEnabled": true,
                    "cautionEnabled": false,
                    "aupBlockInternetUntilAccepted": false,
                    "aupForceSslInspection": false,
                    "ipv6Enabled": false,
                    "ipv6Dns64Prefix": [
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "iotDiscoveryEnabled": false,
                    "aupTimeoutInDays": 2,
                    "managedBy": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "profile": null,
                    "description": "string"
                  },
                  {
                    "id": 6,
                    "name": "string",
                    "parentId": 1,
                    "upBandwidth": 8,
                    "dnBandwidth": 8,
                    "country": null,
                    "tz": null,
                    "city": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "geoOverride": true,
                    "latitude": 7,
                    "longitude": 5,
                    "ipAddresses": [
                      "string",
                      "string"
                    ],
                    "ports": [
                      10
                    ],
                    "vpnCredentials": [
                      {
                        "id": 9,
                        "type": null,
                        "fqdn": "string",
                        "ipAddress": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": {
                          "id": 2,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "managedBy": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 8,
                        "type": null,
                        "fqdn": "string",
                        "ipAddress": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "managedBy": {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "authRequired": false,
                    "sslScanEnabled": true,
                    "zappSSLScanEnabled": false,
                    "xffForwardEnabled": true,
                    "otherSubLocation": false,
                    "other6SubLocation": true,
                    "surrogateIP": true,
                    "idleTimeInMinutes": 3,
                    "displayTimeUnit": null,
                    "surrogateIPEnforcedForKnownBrowsers": false,
                    "surrogateRefreshTimeInMinutes": 4,
                    "surrogateRefreshTimeUnit": null,
                    "ofwEnabled": false,
                    "ipsControl": false,
                    "aupEnabled": true,
                    "cautionEnabled": true,
                    "aupBlockInternetUntilAccepted": true,
                    "aupForceSslInspection": true,
                    "ipv6Enabled": false,
                    "ipv6Dns64Prefix": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "iotDiscoveryEnabled": true,
                    "aupTimeoutInDays": 6,
                    "managedBy": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "profile": null,
                    "description": "string"
                  },
                  {
                    "id": 2,
                    "name": "string",
                    "parentId": 6,
                    "upBandwidth": 1,
                    "dnBandwidth": 2,
                    "country": null,
                    "tz": null,
                    "city": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "geoOverride": true,
                    "latitude": 10,
                    "longitude": 6,
                    "ipAddresses": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "ports": [
                      7,
                      6,
                      2,
                      4,
                      8,
                      9
                    ],
                    "vpnCredentials": [
                      {
                        "id": 6,
                        "type": null,
                        "fqdn": "string",
                        "ipAddress": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "managedBy": {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      },
                      {
                        "id": 7,
                        "type": null,
                        "fqdn": "string",
                        "ipAddress": "string",
                        "preSharedKey": "string",
                        "comments": "string",
                        "location": {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        "managedBy": {
                          "id": 9,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      }
                    ],
                    "authRequired": false,
                    "sslScanEnabled": true,
                    "zappSSLScanEnabled": false,
                    "xffForwardEnabled": true,
                    "otherSubLocation": false,
                    "other6SubLocation": false,
                    "surrogateIP": true,
                    "idleTimeInMinutes": 5,
                    "displayTimeUnit": null,
                    "surrogateIPEnforcedForKnownBrowsers": true,
                    "surrogateRefreshTimeInMinutes": 6,
                    "surrogateRefreshTimeUnit": null,
                    "ofwEnabled": true,
                    "ipsControl": false,
                    "aupEnabled": true,
                    "cautionEnabled": false,
                    "aupBlockInternetUntilAccepted": true,
                    "aupForceSslInspection": true,
                    "ipv6Enabled": false,
                    "ipv6Dns64Prefix": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 4,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 8,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "iotDiscoveryEnabled": false,
                    "aupTimeoutInDays": 5,
                    "managedBy": {
                      "id": 9,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "profile": null,
                    "description": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "locationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "locationId",
              "type": "number"
            }
          },
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sslScanEnabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "xffEnabled",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "authRequired",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "bwEnforced",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enforceAup",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enableFirewall",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "enableIOT",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/locations/groups/count": {
      "get": {
        "tags": [
          "LocationManagement"
        ],
        "operationId": "getGroupsCount",
        "description": "The parameters and request body are for method: getGroupsCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "lastModUser",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "version",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "comments",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/locations/groups/lite": {
      "get": {
        "tags": [
          "LocationManagement"
        ],
        "operationId": "getGroupsSummary",
        "description": "The parameters and request body are for method: getGroupsSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/locations/groups/lite/{id}": {
      "get": {
        "tags": [
          "LocationManagement"
        ],
        "operationId": "getGroupSummary",
        "description": "The parameters and request body are for method: getGroupSummary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/locations/groups/{id}": {
      "get": {
        "tags": [
          "LocationManagement"
        ],
        "operationId": "getGroupById",
        "description": "The parameters and request body are for method: getGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ruleLabels": {
      "get": {
        "tags": [
          "RuleLabels"
        ],
        "operationId": "getRuleLabels",
        "description": "The parameters and request body are for method: getRuleLabels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "createdBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "referencedRuleCount": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "name": "string",
                    "description": "string",
                    "lastModifiedTime": 7,
                    "lastModifiedBy": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "createdBy": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "referencedRuleCount": 6
                  },
                  {
                    "id": 7,
                    "name": "string",
                    "description": "string",
                    "lastModifiedTime": 10,
                    "lastModifiedBy": {
                      "id": 10,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "createdBy": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "referencedRuleCount": 9
                  },
                  {
                    "id": 3,
                    "name": "string",
                    "description": "string",
                    "lastModifiedTime": 6,
                    "lastModifiedBy": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "createdBy": {
                      "id": 4,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "referencedRuleCount": 4
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "RuleLabels"
        ],
        "operationId": "addRuleLabel",
        "description": "The parameters and request body are for method: addRuleLabel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ruleLabels/{ruleLabelId}": {
      "get": {
        "tags": [
          "RuleLabels"
        ],
        "operationId": "getRuleLabelById",
        "description": "The parameters and request body are for method: getRuleLabelById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleLabelId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleLabelId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "RuleLabels"
        ],
        "operationId": "updateRuleLabel",
        "description": "The parameters and request body are for method: updateRuleLabel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleLabelId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleLabelId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "RuleLabels"
        ],
        "operationId": "deleteRuleLabel",
        "description": "The parameters and request body are for method: deleteRuleLabel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleLabelId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleLabelId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/behavioralAnalysisAdvancedSettings": {
      "get": {
        "tags": [
          "SandboxSettings"
        ],
        "operationId": "getCustomFileHash",
        "description": "The parameters and request body are for method: getCustomFileHash. Same endpoint also used in methods:<br> getBehavioralAnalysisAdvancedSettings (iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "SandboxSettings"
        ],
        "operationId": "updateCustomFileHash",
        "description": "The parameters and request body are for method: updateCustomFileHash. Same endpoint also used in methods:<br> putBehavioralAnalysisAdvancedSettings (body : object,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/behavioralAnalysisAdvancedSettings/fileHashCount": {
      "get": {
        "tags": [
          "SandboxSettings"
        ],
        "operationId": "getCustomFileHashQuota",
        "description": "The parameters and request body are for method: getCustomFileHashQuota. Same endpoint also used in methods:<br> getBehavioralAnalysisAdvancedSettingsFileHashCount (iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloudApplications/bulkUpdate": {
      "put": {
        "tags": [
          "ShadowITReport"
        ],
        "operationId": "bulkUpdateCloudApplication",
        "description": "The parameters and request body are for method: bulkUpdateCloudApplication. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/cloudApplications/lite": {
      "get": {
        "tags": [
          "ShadowITReport"
        ],
        "operationId": "getCloudApplicationsLite",
        "description": "The parameters and request body are for method: getCloudApplicationsLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 7,
                    "name": "string"
                  },
                  {
                    "id": 6,
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pageNumber",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/customTags": {
      "get": {
        "tags": [
          "ShadowITReport"
        ],
        "operationId": "getAllCustomTags",
        "description": "The parameters and request body are for method: getAllCustomTags. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 8,
                    "name": "string"
                  },
                  {
                    "id": 3,
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/shadowIT/applications/export": {
      "post": {
        "tags": [
          "ShadowITReport"
        ],
        "operationId": "getReportDataApplicationsExport",
        "description": "The parameters and request body are for method: getReportDataApplicationsExport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/shadowIT/applications/{entity}/exportCsv": {
      "post": {
        "tags": [
          "ShadowITReport"
        ],
        "operationId": "getReportTransactionsExport",
        "description": "The parameters and request body are for method: getReportTransactionsExport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "entity",
            "in": "path",
            "required": true,
            "schema": {
              "title": "entity",
              "enum": [
                "USER",
                "LOCATION"
              ],
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/greTunnels": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getAllGreTunnels",
        "description": "The parameters and request body are for method: getAllGreTunnels. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "sourceIp": {
                        "type": "string"
                      },
                      "primaryDestVip": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "virtualIp": {
                            "type": "string"
                          },
                          "privateServiceEdge": {
                            "type": "boolean"
                          },
                          "datacenter": {
                            "type": "string"
                          }
                        }
                      },
                      "secondaryDestVip": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "virtualIp": {
                            "type": "string"
                          },
                          "privateServiceEdge": {
                            "type": "boolean"
                          },
                          "datacenter": {
                            "type": "string"
                          }
                        }
                      },
                      "internalIpRange": {
                        "type": "string"
                      },
                      "managedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "lastModificationTime": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "withinCountry": {
                        "type": "boolean"
                      },
                      "comment": {
                        "type": "string"
                      },
                      "ipUnnumbered": {
                        "type": "boolean"
                      },
                      "subcloud": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 7,
                    "sourceIp": "string",
                    "primaryDestVip": {
                      "id": 3,
                      "virtualIp": "string",
                      "privateServiceEdge": true,
                      "datacenter": "string"
                    },
                    "secondaryDestVip": {
                      "id": 5,
                      "virtualIp": "string",
                      "privateServiceEdge": true,
                      "datacenter": "string"
                    },
                    "internalIpRange": "string",
                    "managedBy": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModificationTime": 8,
                    "lastModifiedBy": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "withinCountry": false,
                    "comment": "string",
                    "ipUnnumbered": false,
                    "subcloud": "string"
                  },
                  {
                    "id": 2,
                    "sourceIp": "string",
                    "primaryDestVip": {
                      "id": 6,
                      "virtualIp": "string",
                      "privateServiceEdge": true,
                      "datacenter": "string"
                    },
                    "secondaryDestVip": {
                      "id": 2,
                      "virtualIp": "string",
                      "privateServiceEdge": false,
                      "datacenter": "string"
                    },
                    "internalIpRange": "string",
                    "managedBy": {
                      "id": 2,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModificationTime": 5,
                    "lastModifiedBy": {
                      "id": 6,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "withinCountry": true,
                    "comment": "string",
                    "ipUnnumbered": false,
                    "subcloud": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "addGreTunnel",
        "description": "The parameters and request body are for method: addGreTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/greTunnels/availableInternalIpRanges": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "validateAndGetAvailableInternalIpRanges",
        "description": "The parameters and request body are for method: validateAndGetAvailableInternalIpRanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "startIPAddress": {
                        "type": "string"
                      },
                      "endIPAddress": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "startIPAddress": "string",
                    "endIPAddress": "string"
                  },
                  {
                    "startIPAddress": "string",
                    "endIPAddress": "string"
                  },
                  {
                    "startIPAddress": "string",
                    "endIPAddress": "string"
                  },
                  {
                    "startIPAddress": "string",
                    "endIPAddress": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "internalIpRange",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "staticIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "limit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/greTunnels/{id}": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getGreTunelById",
        "description": "The parameters and request body are for method: getGreTunelById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "updateGreTunnel",
        "description": "The parameters and request body are for method: updateGreTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "deleteGreTunnel",
        "description": "The parameters and request body are for method: deleteGreTunnel. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipv6config": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getIPv6Configuration",
        "description": "The parameters and request body are for method: getIPv6Configuration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipv6config/dns64prefix": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getDns64Prefixes",
        "description": "The parameters and request body are for method: getDns64Prefixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "prefixMask": {
                        "type": "string"
                      },
                      "dnsPrefix": {
                        "type": "boolean"
                      },
                      "nonEditable": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 4,
                    "name": "string",
                    "description": "string",
                    "prefixMask": "string",
                    "dnsPrefix": true,
                    "nonEditable": true
                  },
                  {
                    "id": 3,
                    "name": "string",
                    "description": "string",
                    "prefixMask": "string",
                    "dnsPrefix": true,
                    "nonEditable": true
                  },
                  {
                    "id": 4,
                    "name": "string",
                    "description": "string",
                    "prefixMask": "string",
                    "dnsPrefix": false,
                    "nonEditable": true
                  },
                  {
                    "id": 4,
                    "name": "string",
                    "description": "string",
                    "prefixMask": "string",
                    "dnsPrefix": false,
                    "nonEditable": true
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/ipv6config/nat64prefix": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getNat64Prefixes",
        "description": "The parameters and request body are for method: getNat64Prefixes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "prefixMask": {
                        "type": "string"
                      },
                      "dnsPrefix": {
                        "type": "boolean"
                      },
                      "nonEditable": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 9,
                    "name": "string",
                    "description": "string",
                    "prefixMask": "string",
                    "dnsPrefix": false,
                    "nonEditable": true
                  },
                  {
                    "id": 1,
                    "name": "string",
                    "description": "string",
                    "prefixMask": "string",
                    "dnsPrefix": true,
                    "nonEditable": true
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgProvisioning/ipGreTunnelInfo": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getIPGWDetails",
        "description": "The parameters and request body are for method: getIPGWDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ipAddress": {
                        "type": "string"
                      },
                      "greEnabled": {
                        "type": "boolean"
                      },
                      "greTunnelIP": {
                        "type": "string"
                      },
                      "primaryGW": {
                        "type": "string"
                      },
                      "secondaryGW": {
                        "type": "string"
                      },
                      "tunID": {
                        "type": "number"
                      },
                      "greRangePrimary": {
                        "type": "string"
                      },
                      "greRangeSecondary": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "ipAddress": "string",
                    "greEnabled": true,
                    "greTunnelIP": "string",
                    "primaryGW": "string",
                    "secondaryGW": "string",
                    "tunID": 9,
                    "greRangePrimary": "string",
                    "greRangeSecondary": "string"
                  },
                  {
                    "ipAddress": "string",
                    "greEnabled": false,
                    "greTunnelIP": "string",
                    "primaryGW": "string",
                    "secondaryGW": "string",
                    "tunID": 2,
                    "greRangePrimary": "string",
                    "greRangeSecondary": "string"
                  },
                  {
                    "ipAddress": "string",
                    "greEnabled": true,
                    "greTunnelIP": "string",
                    "primaryGW": "string",
                    "secondaryGW": "string",
                    "tunID": 2,
                    "greRangePrimary": "string",
                    "greRangeSecondary": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ipAddresses",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/region/byGeoCoordinates": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getRegionByGeoCoordinates",
        "description": "The parameters and request body are for method: getRegionByGeoCoordinates. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "latitude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longitude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/region/byIPAddress/{ip}": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getRegionBySrcIPAddress",
        "description": "The parameters and request body are for method: getRegionBySrcIPAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ip",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ip",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/region/search": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getRegionsByPrefix",
        "description": "The parameters and request body are for method: getRegionsByPrefix. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cityGeoId": {
                        "type": "number"
                      },
                      "stateGeoId": {
                        "type": "number"
                      },
                      "latitude": {
                        "type": "number"
                      },
                      "longitude": {
                        "type": "number"
                      },
                      "cityName": {
                        "type": "string"
                      },
                      "stateName": {
                        "type": "string"
                      },
                      "countryName": {
                        "type": "string"
                      },
                      "countryCode": {
                        "type": "string"
                      },
                      "postalCode": {
                        "type": "string"
                      },
                      "continentCode": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "cityGeoId": 5,
                    "stateGeoId": 4,
                    "latitude": 5,
                    "longitude": 3,
                    "cityName": "string",
                    "stateName": "string",
                    "countryName": "string",
                    "countryCode": "string",
                    "postalCode": "string",
                    "continentCode": "string"
                  },
                  {
                    "cityGeoId": 1,
                    "stateGeoId": 1,
                    "latitude": 9,
                    "longitude": 9,
                    "cityName": "string",
                    "stateName": "string",
                    "countryName": "string",
                    "countryCode": "string",
                    "postalCode": "string",
                    "continentCode": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "prefix",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/staticIP": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getAllStaticIPs",
        "description": "The parameters and request body are for method: getAllStaticIPs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "ipAddress": {
                        "type": "string"
                      },
                      "geoOverride": {
                        "type": "boolean"
                      },
                      "latitude": {
                        "type": "number"
                      },
                      "longitude": {
                        "type": "number"
                      },
                      "routableIP": {
                        "type": "boolean"
                      },
                      "managedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "lastModificationTime": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "comment": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 5,
                    "ipAddress": "string",
                    "geoOverride": false,
                    "latitude": 6,
                    "longitude": 5,
                    "routableIP": true,
                    "managedBy": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModificationTime": 1,
                    "lastModifiedBy": {
                      "id": 9,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "comment": "string"
                  },
                  {
                    "id": 7,
                    "ipAddress": "string",
                    "geoOverride": true,
                    "latitude": 7,
                    "longitude": 3,
                    "routableIP": false,
                    "managedBy": {
                      "id": 8,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModificationTime": 3,
                    "lastModifiedBy": {
                      "id": 1,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "comment": "string"
                  },
                  {
                    "id": 5,
                    "ipAddress": "string",
                    "geoOverride": false,
                    "latitude": 7,
                    "longitude": 9,
                    "routableIP": true,
                    "managedBy": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModificationTime": 3,
                    "lastModifiedBy": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "comment": "string"
                  },
                  {
                    "id": 6,
                    "ipAddress": "string",
                    "geoOverride": true,
                    "latitude": 1,
                    "longitude": 1,
                    "routableIP": true,
                    "managedBy": {
                      "id": 4,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModificationTime": 4,
                    "lastModifiedBy": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "comment": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "availableForGreTunnel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ipAddress",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "addStaticIP",
        "description": "The parameters and request body are for method: addStaticIP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/staticIP/validate": {
      "post": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "validateIPAddress",
        "description": "The parameters and request body are for method: validateIPAddress. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/staticIP/{id}": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getStaticIPById",
        "description": "The parameters and request body are for method: getStaticIPById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "updateStaticIP",
        "description": "The parameters and request body are for method: updateStaticIP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "deleteStaticIP",
        "description": "The parameters and request body are for method: deleteStaticIP. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vips": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getZscalerNodesDetails",
        "description": "The parameters and request body are for method: getZscalerNodesDetails. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cloudName": {
                        "type": "string"
                      },
                      "region": {
                        "type": "string"
                      },
                      "country": {
                        "type": "string"
                      },
                      "city": {
                        "type": "string"
                      },
                      "dataCenter": {
                        "type": "string"
                      },
                      "location": {
                        "type": "string"
                      },
                      "vpnIps": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "vpnDomainName": {
                        "type": "string"
                      },
                      "greIps": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "greDomainName": {
                        "type": "string"
                      },
                      "pacIps": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "pacDomainName": {
                        "type": "string"
                      },
                      "svpnIps": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "svpnDomainName": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "cloudName": "string",
                    "region": "string",
                    "country": "string",
                    "city": "string",
                    "dataCenter": "string",
                    "location": "string",
                    "vpnIps": [
                      "string",
                      "string"
                    ],
                    "vpnDomainName": "string",
                    "greIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "greDomainName": "string",
                    "pacIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "pacDomainName": "string",
                    "svpnIps": [
                      "string"
                    ],
                    "svpnDomainName": "string"
                  },
                  {
                    "cloudName": "string",
                    "region": "string",
                    "country": "string",
                    "city": "string",
                    "dataCenter": "string",
                    "location": "string",
                    "vpnIps": [
                      "string"
                    ],
                    "vpnDomainName": "string",
                    "greIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "greDomainName": "string",
                    "pacIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "pacDomainName": "string",
                    "svpnIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "svpnDomainName": "string"
                  },
                  {
                    "cloudName": "string",
                    "region": "string",
                    "country": "string",
                    "city": "string",
                    "dataCenter": "string",
                    "location": "string",
                    "vpnIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "vpnDomainName": "string",
                    "greIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "greDomainName": "string",
                    "pacIps": [
                      "string",
                      "string",
                      "string"
                    ],
                    "pacDomainName": "string",
                    "svpnIps": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "svpnDomainName": "string"
                  },
                  {
                    "cloudName": "string",
                    "region": "string",
                    "country": "string",
                    "city": "string",
                    "dataCenter": "string",
                    "location": "string",
                    "vpnIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "vpnDomainName": "string",
                    "greIps": [
                      "string",
                      "string"
                    ],
                    "greDomainName": "string",
                    "pacIps": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "pacDomainName": "string",
                    "svpnIps": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "svpnDomainName": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "dc",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "region",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "include",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subcloud",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vips/groupByDatacenter": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getRecommendedVipsGroupedByDC",
        "description": "The parameters and request body are for method: getRecommendedVipsGroupedByDC. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "datacenter": {
                        "type": "object",
                        "properties": {
                          "datacenter": {
                            "type": "string"
                          }
                        }
                      },
                      "greVips": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "virtualIp": {
                              "type": "string"
                            },
                            "privateServiceEdge": {
                              "type": "boolean"
                            },
                            "datacenter": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "datacenter": {
                      "datacenter": "string"
                    },
                    "greVips": [
                      {
                        "id": 4,
                        "virtualIp": "string",
                        "privateServiceEdge": true,
                        "datacenter": "string"
                      },
                      {
                        "id": 1,
                        "virtualIp": "string",
                        "privateServiceEdge": true,
                        "datacenter": "string"
                      }
                    ]
                  },
                  {
                    "datacenter": {
                      "datacenter": "string"
                    },
                    "greVips": [
                      {
                        "id": 8,
                        "virtualIp": "string",
                        "privateServiceEdge": true,
                        "datacenter": "string"
                      },
                      {
                        "id": 10,
                        "virtualIp": "string",
                        "privateServiceEdge": false,
                        "datacenter": "string"
                      },
                      {
                        "id": 6,
                        "virtualIp": "string",
                        "privateServiceEdge": false,
                        "datacenter": "string"
                      },
                      {
                        "id": 8,
                        "virtualIp": "string",
                        "privateServiceEdge": true,
                        "datacenter": "string"
                      },
                      {
                        "id": 4,
                        "virtualIp": "string",
                        "privateServiceEdge": true,
                        "datacenter": "string"
                      },
                      {
                        "id": 2,
                        "virtualIp": "string",
                        "privateServiceEdge": false,
                        "datacenter": "string"
                      },
                      {
                        "id": 5,
                        "virtualIp": "string",
                        "privateServiceEdge": true,
                        "datacenter": "string"
                      },
                      {
                        "id": 5,
                        "virtualIp": "string",
                        "privateServiceEdge": true,
                        "datacenter": "string"
                      },
                      {
                        "id": 3,
                        "virtualIp": "string",
                        "privateServiceEdge": true,
                        "datacenter": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "routableIP",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "withinCountryOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includePrivateServiceEdge",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCurrentVips",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latitude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longitude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subcloud",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/vips/recommendedList": {
      "get": {
        "tags": [
          "TrafficForwarding"
        ],
        "operationId": "getRecommendedGreVips",
        "description": "The parameters and request body are for method: getRecommendedGreVips. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "virtualIp": {
                        "type": "string"
                      },
                      "privateServiceEdge": {
                        "type": "boolean"
                      },
                      "datacenter": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 10,
                    "virtualIp": "string",
                    "privateServiceEdge": false,
                    "datacenter": "string"
                  },
                  {
                    "id": 3,
                    "virtualIp": "string",
                    "privateServiceEdge": false,
                    "datacenter": "string"
                  },
                  {
                    "id": 9,
                    "virtualIp": "string",
                    "privateServiceEdge": true,
                    "datacenter": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "routableIP",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "withinCountryOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includePrivateServiceEdge",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCurrentVips",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "sourceIp",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latitude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "longitude",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "subcloud",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/authSettings/exemptedUrls": {
      "get": {
        "tags": [
          "UserAuthenticationSettings"
        ],
        "operationId": "getAuthExemptedUrls",
        "description": "The parameters and request body are for method: getAuthExemptedUrls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "UserAuthenticationSettings"
        ],
        "operationId": "updateAuthExemptedUrls",
        "description": "The parameters and request body are for method: updateAuthExemptedUrls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "action",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/workloadGroups": {
      "get": {
        "tags": [
          "WorkloadGroups"
        ],
        "operationId": "getWorkloadGroups",
        "description": "The parameters and request body are for method: getWorkloadGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "expressionJson": {
                        "type": "object",
                        "properties": {
                          "expressionContainers": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "tagType": {
                                  "type": "object"
                                },
                                "operator": {
                                  "type": "object"
                                },
                                "tagContainer": {
                                  "type": "object",
                                  "properties": {
                                    "tags": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "key": {
                                            "type": "string"
                                          },
                                          "value": {
                                            "type": "string"
                                          }
                                        }
                                      }
                                    },
                                    "operator": {
                                      "type": "object"
                                    }
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "expression": {
                        "type": "string"
                      },
                      "lastModifiedTime": {
                        "type": "number"
                      },
                      "lastModifiedBy": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 9,
                    "name": "string",
                    "description": "string",
                    "expressionJson": {
                      "expressionContainers": [
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        }
                      ]
                    },
                    "expression": "string",
                    "lastModifiedTime": 2,
                    "lastModifiedBy": {
                      "id": 4,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    }
                  },
                  {
                    "id": 6,
                    "name": "string",
                    "description": "string",
                    "expressionJson": {
                      "expressionContainers": [
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        },
                        {
                          "tagType": null,
                          "operator": null,
                          "tagContainer": {
                            "tags": [
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              },
                              {
                                "key": "string",
                                "value": "string"
                              }
                            ],
                            "operator": null
                          }
                        }
                      ]
                    },
                    "expression": "string",
                    "lastModifiedTime": 3,
                    "lastModifiedBy": {
                      "id": 5,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/locations/groups": {
      "get": {
        "tags": [
          "LocationManagement"
        ],
        "operationId": "getLocationGroups",
        "description": "The parameters and request body are for method: getLocationGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "deleted": {
                        "type": "boolean"
                      },
                      "groupType": {
                        "type": "object"
                      },
                      "dynamicLocationGroupCriteria": {
                        "type": "object",
                        "properties": {
                          "name": {
                            "type": "object",
                            "properties": {
                              "matchString": {
                                "type": "string"
                              },
                              "matchType": {
                                "type": "object"
                              }
                            }
                          },
                          "countries": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "city": {
                            "type": "object",
                            "properties": {
                              "matchString": {
                                "type": "string"
                              },
                              "matchType": {
                                "type": "object"
                              }
                            }
                          },
                          "managedBy": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "number"
                                },
                                "name": {
                                  "type": "string"
                                },
                                "externalId": {
                                  "type": "string"
                                },
                                "extensions": {
                                  "type": "object"
                                }
                              }
                            }
                          },
                          "enforceAuthentication": {
                            "type": "boolean"
                          },
                          "enforceAup": {
                            "type": "boolean"
                          },
                          "enforceFirewallControl": {
                            "type": "boolean"
                          },
                          "enableXffForwarding": {
                            "type": "boolean"
                          },
                          "enableCaution": {
                            "type": "boolean"
                          },
                          "enableBandwidthControl": {
                            "type": "boolean"
                          },
                          "profiles": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "locations": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "number"
                            },
                            "name": {
                              "type": "string"
                            },
                            "externalId": {
                              "type": "string"
                            },
                            "extensions": {
                              "type": "object"
                            }
                          }
                        }
                      },
                      "comments": {
                        "type": "string"
                      },
                      "lastModUser": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "number"
                          },
                          "name": {
                            "type": "string"
                          },
                          "externalId": {
                            "type": "string"
                          },
                          "extensions": {
                            "type": "object"
                          }
                        }
                      },
                      "lastModTime": {
                        "type": "number"
                      },
                      "predefined": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 1,
                    "name": "string",
                    "deleted": false,
                    "groupType": null,
                    "dynamicLocationGroupCriteria": {
                      "name": {
                        "matchString": "string",
                        "matchType": null
                      },
                      "countries": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "city": {
                        "matchString": "string",
                        "matchType": null
                      },
                      "managedBy": [
                        {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 6,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      ],
                      "enforceAuthentication": false,
                      "enforceAup": false,
                      "enforceFirewallControl": true,
                      "enableXffForwarding": true,
                      "enableCaution": false,
                      "enableBandwidthControl": true,
                      "profiles": [
                        "GUESTWIFI",
                        "NONE",
                        "SERVER",
                        "SERVER",
                        "CORPORATE"
                      ]
                    },
                    "locations": [
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 1,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 9,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "comments": "string",
                    "lastModUser": {
                      "id": 4,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModTime": 10,
                    "predefined": false
                  },
                  {
                    "id": 9,
                    "name": "string",
                    "deleted": false,
                    "groupType": null,
                    "dynamicLocationGroupCriteria": {
                      "name": {
                        "matchString": "string",
                        "matchType": null
                      },
                      "countries": [
                        "string",
                        "string",
                        "string"
                      ],
                      "city": {
                        "matchString": "string",
                        "matchType": null
                      },
                      "managedBy": [
                        {
                          "id": 3,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 7,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 2,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 5,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      ],
                      "enforceAuthentication": true,
                      "enforceAup": false,
                      "enforceFirewallControl": false,
                      "enableXffForwarding": true,
                      "enableCaution": true,
                      "enableBandwidthControl": true,
                      "profiles": [
                        "GUESTWIFI",
                        "NONE",
                        "NONE"
                      ]
                    },
                    "locations": [
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 10,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 3,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 6,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "comments": "string",
                    "lastModUser": {
                      "id": 7,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModTime": 7,
                    "predefined": true
                  },
                  {
                    "id": 9,
                    "name": "string",
                    "deleted": false,
                    "groupType": null,
                    "dynamicLocationGroupCriteria": {
                      "name": {
                        "matchString": "string",
                        "matchType": null
                      },
                      "countries": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "city": {
                        "matchString": "string",
                        "matchType": null
                      },
                      "managedBy": [
                        {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 8,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 10,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        },
                        {
                          "id": 1,
                          "name": "string",
                          "externalId": "string",
                          "extensions": {}
                        }
                      ],
                      "enforceAuthentication": true,
                      "enforceAup": false,
                      "enforceFirewallControl": true,
                      "enableXffForwarding": false,
                      "enableCaution": false,
                      "enableBandwidthControl": true,
                      "profiles": [
                        "IOT",
                        "CORPORATE",
                        "NONE",
                        "NONE",
                        "GUESTWIFI"
                      ]
                    },
                    "locations": [
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 2,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 5,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      },
                      {
                        "id": 7,
                        "name": "string",
                        "externalId": "string",
                        "extensions": {}
                      }
                    ],
                    "comments": "string",
                    "lastModUser": {
                      "id": 3,
                      "name": "string",
                      "externalId": "string",
                      "extensions": {}
                    },
                    "lastModTime": 3,
                    "predefined": false
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "version",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "comments",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "locationId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "lastModUser",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/urlCategories/review/domains": {
      "post": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "postUrlCategoriesReviewDomain",
        "description": "The parameters and request body are for method: postUrlCategoriesReviewDomain. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "URLCategories"
        ],
        "operationId": "putUrlCategoriesReviewDomainAddURLs",
        "description": "The parameters and request body are for method: putUrlCategoriesReviewDomainAddURLs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/webApplicationRules/{ruleType}/availableActions": {
      "post": {
        "tags": [
          "CloudAppControlPolicy"
        ],
        "operationId": "getWebApplicationRulesRuleTypeAvailableActions",
        "description": "The parameters and request body are for method: getWebApplicationRulesRuleTypeAvailableActions. Same endpoint also used in methods:<br> getWebApplicationRulesRuleTypeAvailableActions__v1 (ruleType : string,body : object,iapMetadata : object)<br> getWebApplicationRulesRuleTypeAvailableActions__v2 (ruleType : string,body : object,iapMetadata : object)<br> getWebApplicationRulesRuleTypeAvailableActions__v3 (ruleType : string,body : object,iapMetadata : object)<br> getWebApplicationRulesRuleTypeAvailableActions__v4 (ruleType : string,body : object,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/webApplicationRules/ruleTypeMapping": {
      "get": {
        "tags": [
          "CloudAppControlPolicy"
        ],
        "operationId": "getWebApplicationRulesRuleTypeMapping",
        "description": "The parameters and request body are for method: getWebApplicationRulesRuleTypeMapping. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/webApplicationRules/{ruleType}": {
      "get": {
        "tags": [
          "CloudAppControlPolicy"
        ],
        "operationId": "getWebApplicationRulesRuleType",
        "description": "The parameters and request body are for method: getWebApplicationRulesRuleType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleType",
              "type": "string"
            }
          },
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "CloudAppControlPolicy"
        ],
        "operationId": "postWebApplicationRulesRuleType",
        "description": "The parameters and request body are for method: postWebApplicationRulesRuleType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleType",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/webApplicationRules/{ruleType}/duplicate/{ruleId}": {
      "post": {
        "tags": [
          "CloudAppControlPolicy"
        ],
        "operationId": "postWebApplicationRulesRuleTypeRuleId",
        "description": "The parameters and request body are for method: postWebApplicationRulesRuleTypeRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleType",
              "type": "string"
            }
          },
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          },
          {
            "name": "name",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/webApplicationRules/{ruleType}/{ruleId}": {
      "get": {
        "tags": [
          "CloudAppControlPolicy"
        ],
        "operationId": "getWebApplicationRulesRuleTypeRuleId",
        "description": "The parameters and request body are for method: getWebApplicationRulesRuleTypeRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleType",
              "type": "string"
            }
          },
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudAppControlPolicy"
        ],
        "operationId": "putWebApplicationRulesRuleTypeRuleId",
        "description": "The parameters and request body are for method: putWebApplicationRulesRuleTypeRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleType",
              "type": "string"
            }
          },
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudAppControlPolicy"
        ],
        "operationId": "deleteWebApplicationRulesRuleTypeRuleId",
        "description": "The parameters and request body are for method: deleteWebApplicationRulesRuleTypeRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleType",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleType",
              "type": "string"
            }
          },
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/proxyGateways": {
      "get": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "getProxyGateways",
        "description": "The parameters and request body are for method: getProxyGateways. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/proxyGateways/lite": {
      "get": {
        "tags": [
          "ForwardingControlPolicy"
        ],
        "operationId": "getProxyGatewaysLite",
        "description": "The parameters and request body are for method: getProxyGatewaysLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cyberThreatProtection/atpMalwareInspection": {
      "get": {
        "tags": [
          "MalwareProtectionPolicy"
        ],
        "operationId": "getAtpMalwareInspection",
        "description": "The parameters and request body are for method: getAtpMalwareInspection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "MalwareProtectionPolicy"
        ],
        "operationId": "putAtpMalwareInspection",
        "description": "The parameters and request body are for method: putAtpMalwareInspection. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/cyberThreatProtection/atpMalwareProtocols": {
      "get": {
        "tags": [
          "MalwareProtectionPolicy"
        ],
        "operationId": "getAtpMalwareProtocols",
        "description": "The parameters and request body are for method: getAtpMalwareProtocols. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "MalwareProtectionPolicy"
        ],
        "operationId": "putAtpMalwareProtocols",
        "description": "The parameters and request body are for method: putAtpMalwareProtocols. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/cyberThreatProtection/malwareSettings": {
      "get": {
        "tags": [
          "MalwareProtectionPolicy"
        ],
        "operationId": "getMalwareSettings",
        "description": "The parameters and request body are for method: getMalwareSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "MalwareProtectionPolicy"
        ],
        "operationId": "putMalwareSettings",
        "description": "The parameters and request body are for method: putMalwareSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/cyberThreatProtection/malwarePolicy": {
      "get": {
        "tags": [
          "MalwareProtectionPolicy"
        ],
        "operationId": "getMalwarePolicy",
        "description": "The parameters and request body are for method: getMalwarePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "MalwareProtectionPolicy"
        ],
        "operationId": "putMalwarePolicy",
        "description": "The parameters and request body are for method: putMalwarePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cyberThreatProtection/advancedThreatSettings": {
      "get": {
        "tags": [
          "AdvancedThreatProtectionPolicy"
        ],
        "operationId": "getAdvancedThreatSettings",
        "description": "The parameters and request body are for method: getAdvancedThreatSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "AdvancedThreatProtectionPolicy"
        ],
        "operationId": "putAdvancedThreatSettings",
        "description": "The parameters and request body are for method: putAdvancedThreatSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/cyberThreatProtection/maliciousUrls": {
      "get": {
        "tags": [
          "AdvancedThreatProtectionPolicy"
        ],
        "operationId": "getMaliciousUrls",
        "description": "The parameters and request body are for method: getMaliciousUrls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "AdvancedThreatProtectionPolicy"
        ],
        "operationId": "putMaliciousUrls",
        "description": "The parameters and request body are for method: putMaliciousUrls. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/cyberThreatProtection/securityExceptions": {
      "get": {
        "tags": [
          "AdvancedThreatProtectionPolicy"
        ],
        "operationId": "getSecurityExceptions",
        "description": "The parameters and request body are for method: getSecurityExceptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "AdvancedThreatProtectionPolicy"
        ],
        "operationId": "putSecurityExceptions",
        "description": "The parameters and request body are for method: putSecurityExceptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/fileTypeRules": {
      "get": {
        "tags": [
          "FileTypeControlPolicy"
        ],
        "operationId": "getfileTypeRules",
        "description": "The parameters and request body are for method: getfileTypeRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "FileTypeControlPolicy"
        ],
        "operationId": "postFileTypeRules",
        "description": "The parameters and request body are for method: postFileTypeRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/fileTypeRules/lite": {
      "get": {
        "tags": [
          "FileTypeControlPolicy"
        ],
        "operationId": "getLite",
        "description": "The parameters and request body are for method: getLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/fileTypeRules/{ruleId}": {
      "get": {
        "tags": [
          "FileTypeControlPolicy"
        ],
        "operationId": "getFileTypeRulesRuleId",
        "description": "The parameters and request body are for method: getFileTypeRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "FileTypeControlPolicy"
        ],
        "operationId": "putFileTypeRulesRuleId",
        "description": "The parameters and request body are for method: putFileTypeRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "FileTypeControlPolicy"
        ],
        "operationId": "deleteFileTypeRulesRuleId",
        "description": "The parameters and request body are for method: deleteFileTypeRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sandboxRules": {
      "get": {
        "tags": [
          "SandBoxPolicy"
        ],
        "operationId": "getSandboxRules",
        "description": "The parameters and request body are for method: getSandboxRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SandBoxPolicy"
        ],
        "operationId": "postSandboxRules",
        "description": "The parameters and request body are for method: postSandboxRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sandboxRules/{ruleId}": {
      "get": {
        "tags": [
          "SandBoxPolicy"
        ],
        "operationId": "getSandboxRulesRuleId",
        "description": "The parameters and request body are for method: getSandboxRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "SandBoxPolicy"
        ],
        "operationId": "putSandboxRulesRuleId",
        "description": "The parameters and request body are for method: putSandboxRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SandBoxPolicy"
        ],
        "operationId": "deleteSandboxRulesRuleId",
        "description": "The parameters and request body are for method: deleteSandboxRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/advancedUrlFilterAndCloudAppSettings": {
      "get": {
        "tags": [
          "URLFilteringandCloudAppControlSettings"
        ],
        "operationId": "getAdvancedUrlFilterAndCloudAppSettings",
        "description": "The parameters and request body are for method: getAdvancedUrlFilterAndCloudAppSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "URLFilteringandCloudAppControlSettings"
        ],
        "operationId": "putAdvancedUrlFilterAndCloudAppSettings",
        "description": "The parameters and request body are for method: putAdvancedUrlFilterAndCloudAppSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/firewallDnsRules": {
      "get": {
        "tags": [
          "DNSControlPolicy"
        ],
        "operationId": "getFirewallDnsRules",
        "description": "The parameters and request body are for method: getFirewallDnsRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "DNSControlPolicy"
        ],
        "operationId": "postFirewallDnsRules",
        "description": "The parameters and request body are for method: postFirewallDnsRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/firewallDnsRules/{ruleId}": {
      "get": {
        "tags": [
          "DNSControlPolicy"
        ],
        "operationId": "getFirewallDnsRulesRuleId",
        "description": "The parameters and request body are for method: getFirewallDnsRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "DNSControlPolicy"
        ],
        "operationId": "putFirewallDnsRulesRuleId",
        "description": "The parameters and request body are for method: putFirewallDnsRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "DNSControlPolicy"
        ],
        "operationId": "deleteFirewallDnsRulesRuleId",
        "description": "The parameters and request body are for method: deleteFirewallDnsRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/firewallIpsRules": {
      "get": {
        "tags": [
          "IPSControlPolicy"
        ],
        "operationId": "getFirewallIpsRules",
        "description": "The parameters and request body are for method: getFirewallIpsRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "IPSControlPolicy"
        ],
        "operationId": "postFirewallIpsRules",
        "description": "The parameters and request body are for method: postFirewallIpsRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/firewallIpsRules/{ruleId}": {
      "get": {
        "tags": [
          "IPSControlPolicy"
        ],
        "operationId": "getFirewallIpsRulesRuleId",
        "description": "The parameters and request body are for method: getFirewallIpsRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "IPSControlPolicy"
        ],
        "operationId": "putFirewallIpsRulesRuleId",
        "description": "The parameters and request body are for method: putFirewallIpsRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "IPSControlPolicy"
        ],
        "operationId": "deleteFirewallIpsRulesRuleId",
        "description": "The parameters and request body are for method: deleteFirewallIpsRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/advancedSettings": {
      "get": {
        "tags": [
          "AdvancedSettings"
        ],
        "operationId": "getAdvancedSettings",
        "description": "The parameters and request body are for method: getAdvancedSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "AdvancedSettings"
        ],
        "operationId": "putAdvancedSettings",
        "description": "The parameters and request body are for method: putAdvancedSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nssFeeds": {
      "get": {
        "tags": [
          "CloudNanologStreamingServiceNSS"
        ],
        "operationId": "getNssFeeds",
        "description": "The parameters and request body are for method: getNssFeeds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "CloudNanologStreamingServiceNSS"
        ],
        "operationId": "postNssFeeds",
        "description": "The parameters and request body are for method: postNssFeeds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/nssFeeds/{feedId}": {
      "get": {
        "tags": [
          "CloudNanologStreamingServiceNSS"
        ],
        "operationId": "getNssFeedsFeedId",
        "description": "The parameters and request body are for method: getNssFeedsFeedId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "feedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "feedId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "CloudNanologStreamingServiceNSS"
        ],
        "operationId": "putNssFeedsFeedId",
        "description": "The parameters and request body are for method: putNssFeedsFeedId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "feedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "feedId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "CloudNanologStreamingServiceNSS"
        ],
        "operationId": "deleteNssFeedsFeedId",
        "description": "The parameters and request body are for method: deleteNssFeedsFeedId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "feedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "feedId",
              "type": "number"
            }
          },
          {
            "name": "cloudNss",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nssFeeds/feedOutputDefaults": {
      "get": {
        "tags": [
          "CloudNanologStreamingServiceNSS"
        ],
        "operationId": "getNssFeedsFeedOutputDefaults",
        "description": "The parameters and request body are for method: getNssFeedsFeedOutputDefaults. Same endpoint also used in methods:<br> getNssFeedsFeedOutputDefaults__v1 (type : string,multiFeedType : string,fieldFormat : string,iapMetadata : object)<br> getNssFeedsFeedOutputDefaults__v2 (type : string,multiFeedType : string,fieldFormat : string,iapMetadata : object)<br> getNssFeedsFeedOutputDefaults__v3 (type : string,multiFeedType : string,fieldFormat : string,iapMetadata : object)<br> getNssFeedsFeedOutputDefaults__v4 (type : string,multiFeedType : string,fieldFormat : string,iapMetadata : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "multiFeedType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fieldFormat",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nssFeeds/testConnectivity/{feedId}": {
      "get": {
        "tags": [
          "CloudNanologStreamingServiceNSS"
        ],
        "operationId": "getNssFeedsTestConnectivityFeedId",
        "description": "The parameters and request body are for method: getNssFeedsTestConnectivityFeedId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "feedId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "feedId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/nssFeeds/validateFeedFormat": {
      "post": {
        "tags": [
          "CloudNanologStreamingServiceNSS"
        ],
        "operationId": "postNssFeedsValidateFeedFormat",
        "description": "The parameters and request body are for method: postNssFeedsValidateFeedFormat. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgInformation": {
      "get": {
        "tags": [
          "OrganizationDetails"
        ],
        "operationId": "getOrgInformation",
        "description": "The parameters and request body are for method: getOrgInformation. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/orgInformation/lite": {
      "get": {
        "tags": [
          "OrganizationDetails"
        ],
        "operationId": "getOrgInformationLite",
        "description": "The parameters and request body are for method: getOrgInformationLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/subscriptions": {
      "get": {
        "tags": [
          "OrganizationDetails"
        ],
        "operationId": "getSubscriptions",
        "description": "The parameters and request body are for method: getSubscriptions. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/remoteAssistance": {
      "get": {
        "tags": [
          "RemoteAssistanceSupport"
        ],
        "operationId": "getRemoteAssistance",
        "description": "The parameters and request body are for method: getRemoteAssistance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "RemoteAssistanceSupport"
        ],
        "operationId": "putRemoteAssistance",
        "description": "The parameters and request body are for method: putRemoteAssistance. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sslInspectionRules": {
      "get": {
        "tags": [
          "SSLInspectionPolicy"
        ],
        "operationId": "getSslInspectionRules",
        "description": "The parameters and request body are for method: getSslInspectionRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "SSLInspectionPolicy"
        ],
        "operationId": "postSslInspectionRules",
        "description": "The parameters and request body are for method: postSslInspectionRules. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sslInspectionRules/{ruleId}": {
      "get": {
        "tags": [
          "SSLInspectionPolicy"
        ],
        "operationId": "getSslInspectionRulesRuleId",
        "description": "The parameters and request body are for method: getSslInspectionRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "SSLInspectionPolicy"
        ],
        "operationId": "putSslInspectionRulesRuleId",
        "description": "The parameters and request body are for method: putSslInspectionRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "SSLInspectionPolicy"
        ],
        "operationId": "deleteSslInspectionRulesRuleId",
        "description": "The parameters and request body are for method: deleteSslInspectionRulesRuleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "ruleId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "ruleId",
              "type": "number"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloudApplications/policy": {
      "get": {
        "tags": [
          "CloudApplications"
        ],
        "operationId": "getCloudApplicationsPolicy",
        "description": "The parameters and request body are for method: getCloudApplicationsPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupResults",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/cloudApplications/sslPolicy": {
      "get": {
        "tags": [
          "CloudApplications"
        ],
        "operationId": "getCloudApplicationsSslPolicy",
        "description": "The parameters and request body are for method: getCloudApplicationsSslPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "search",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "pageSize",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "page",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "appClass",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "groupResults",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/authSettings": {
      "get": {
        "tags": [
          "AuthenticationSettings"
        ],
        "operationId": "getAuthSettings",
        "description": "The parameters and request body are for method: getAuthSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "put": {
        "tags": [
          "AuthenticationSettings"
        ],
        "operationId": "putAuthSettings",
        "description": "The parameters and request body are for method: putAuthSettings. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/authSettings/lite": {
      "get": {
        "tags": [
          "AuthenticationSettings"
        ],
        "operationId": "getAuthSettingsLite",
        "description": "The parameters and request body are for method: getAuthSettingsLite. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}