Appliance Tls ManualParameters Global Info

Appliance Tls ManualParameters Global Info
Appliance Tls ManualParameters Global Info

The Appliance Tls ManualParameters Global Info schema contains the information about a profile and its TLS configuration.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "manual_active": false,
    "spec": {
        "protocol_versions": [
            {
                "version": "string",
                "ciphers": [
                    "string"
                ]
            }
        ],
        "curves": [
            "string"
        ],
        "fips_enforced": false
    }
}
boolean
manual_active
Required

Indicates if the current manual TLS parameters are activated for the appliance or standard TLS Profile is used instead of them

This property was added in vSphere API 8.0.3.0.

spec
Required

Contains information about the configuration.

This property was added in vSphere API 8.0.3.0.