Rapid7 · Schema

OneTimeTokenConfig

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
auto_detect_csrf boolean
max_token_lifetime string
expiration_regex string
token_name_regex string
token_value_regex string
View JSON Schema on GitHub

JSON Schema

rapid7-onetimetokenconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OneTimeTokenConfig",
  "title": "OneTimeTokenConfig",
  "properties": {
    "auto_detect_csrf": {
      "type": "boolean"
    },
    "max_token_lifetime": {
      "type": "string",
      "format": "date-time"
    },
    "expiration_regex": {
      "type": "string"
    },
    "token_name_regex": {
      "type": "string"
    },
    "token_value_regex": {
      "type": "string"
    }
  }
}