zero-trust-gateway_block-page-settings

Block page layout settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
background_color string Block page background color in #rrggbb format.
enabled boolean Enable only cipher suites and TLS versions compliant with FIPS 140-2.
footer_text string Block page footer text.
header_text string Block page header text.
logo_path string Full URL to the logo file.
mailto_address string Admin email for users to contact.
mailto_subject string Subject line for emails created from block page.
name string Block page title.
suppress_footer boolean Suppress detailed info at the bottom of the block page.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-block-page-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_block-page-settings",
  "title": "zero-trust-gateway_block-page-settings",
  "description": "Block page layout settings.",
  "properties": {
    "background_color": {
      "description": "Block page background color in #rrggbb format.",
      "type": "string"
    },
    "enabled": {
      "description": "Enable only cipher suites and TLS versions compliant with FIPS 140-2.",
      "example": true,
      "type": "boolean"
    },
    "footer_text": {
      "description": "Block page footer text.",
      "example": "--footer--",
      "type": "string"
    },
    "header_text": {
      "description": "Block page header text.",
      "example": "--header--",
      "type": "string"
    },
    "logo_path": {
      "description": "Full URL to the logo file.",
      "example": "https://logos.com/a.png",
      "type": "string"
    },
    "mailto_address": {
      "description": "Admin email for users to contact.",
      "example": "[email protected]",
      "type": "string"
    },
    "mailto_subject": {
      "description": "Subject line for emails created from block page.",
      "example": "Blocked User Inquiry",
      "type": "string"
    },
    "name": {
      "description": "Block page title.",
      "example": "Cloudflare",
      "type": "string"
    },
    "suppress_footer": {
      "description": "Suppress detailed info at the bottom of the block page.",
      "example": false,
      "type": "boolean"
    }
  },
  "type": "object"
}