Imperva · Schema

ApiResultListUsers

Imperva Cloud Application Security - ApiResultListUsers schema

SecurityCybersecurityWAFDDoS ProtectionAPI SecurityBot ManagementData SecurityCloud Security

Properties

Name Type Description
res integer res - contains specific error code
res_message string
debug_info array
accounts array
View JSON Schema on GitHub

JSON Schema

imperva-apiresultlistusers-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ApiResultListUsers",
  "description": "Imperva Cloud Application Security - ApiResultListUsers schema",
  "type": "object",
  "properties": {
    "res": {
      "type": "integer",
      "description": "res - contains specific error code",
      "format": "int32",
      "example": 0
    },
    "res_message": {
      "type": "string",
      "example": "OK"
    },
    "debug_info": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": {
          "type": "object",
          "example": {}
        },
        "example": {}
      }
    },
    "accounts": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/accounts"
      }
    }
  }
}