zero-trust-gateway_fips-settings

FIPS settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
tls boolean Enable only cipher suites and TLS versions compliant with FIPS 140-2.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-fips-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_fips-settings",
  "title": "zero-trust-gateway_fips-settings",
  "description": "FIPS settings.",
  "properties": {
    "tls": {
      "description": "Enable only cipher suites and TLS versions compliant with FIPS 140-2.",
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}