F5 Networks · JSON Structure

Bigip Icontrol Rest Client Ssl Profile Structure

Type: object Properties: 21
API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

ClientSslProfile is a JSON Structure definition published by F5 Networks, describing 21 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

kind name fullPath generation selfLink alertTimeout allowNonSsl cert certKeyChain ciphers defaultsFrom description key options peerCertMode renegotiation secureRenegotiation sniDefault sniRequire sslForwardProxy uncleanShutdown

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ClientSslProfile",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fullPath": {
      "type": "string"
    },
    "generation": {
      "type": "integer"
    },
    "selfLink": {
      "type": "string"
    },
    "alertTimeout": {
      "type": "string"
    },
    "allowNonSsl": {
      "type": "string"
    },
    "cert": {
      "type": "string"
    },
    "certKeyChain": {
      "type": "array"
    },
    "ciphers": {
      "type": "string"
    },
    "defaultsFrom": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "options": {
      "type": "array"
    },
    "peerCertMode": {
      "type": "string"
    },
    "renegotiation": {
      "type": "string"
    },
    "secureRenegotiation": {
      "type": "string"
    },
    "sniDefault": {
      "type": "string"
    },
    "sniRequire": {
      "type": "string"
    },
    "sslForwardProxy": {
      "type": "string"
    },
    "uncleanShutdown": {
      "type": "string"
    }
  }
}