Appliance Tls Profiles ListResult

Appliance Tls Profiles ListResult
Appliance Tls Profiles ListResult

The Appliance Tls Profiles ListResult schema contains the information about the list of TLS Profiles.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "profiles": [
        {
            "profile": "string",
            "info": {
                "protocol_versions": [
                    {
                        "version": "string",
                        "ciphers": [
                            "string"
                        ]
                    }
                ],
                "curves": [
                    "string"
                ],
                "fips_enforced": false
            }
        }
    ]
}
profiles
Required

Defines the list of available standard TLS Profiles.

This property was added in vSphere API 8.0.3.0.