NSX-T Data Center Global Manager REST API

FIPSGlobalConfig (type)

{
  "additionalProperties": false,
  "description": "Global configuration",
  "id": "FIPSGlobalConfig",
  "module_id": "Policy",
  "properties": {
    "lb_fips_enabled": {
      "default": true,
      "deprecated": true,
      "description": "This is a deprecated property which is always set as true. When this flag is set to true FIPS mode will be set on ssl encryptions of load balancer feature.",
      "readonly": true,
      "required": false,
      "title": "A flag to turn on or turn off the FIPS compliance of load balancer feature.",
      "type": "boolean"
    },
    "tls_fips_enabled": {
      "default": false,
      "description": "When this flag is set to true FIPS mode will be set on ssl encryptions of TLS inspection feature.",
      "readonly": true,
      "required": false,
      "title": "A flag to turn on or turn off the FIPS compliance of TLS inspection feature.",
      "type": "boolean"
    }
  },
  "title": "Global configuration",
  "type": "object"
}