Rapid7 · Schema

SslCertConfig

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
type string
file string
password string
serial_number string
issuer_name_base64 string
View JSON Schema on GitHub

JSON Schema

rapid7-sslcertconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SslCertConfig",
  "title": "SslCertConfig",
  "properties": {
    "type": {
      "type": "string",
      "enum": [
        "NO_CERT",
        "CERTIFICATE"
      ]
    },
    "file": {
      "type": "string"
    },
    "password": {
      "type": "string"
    },
    "serial_number": {
      "type": "string"
    },
    "issuer_name_base64": {
      "type": "string"
    }
  }
}