Appliance Tls Profiles ListItem

Appliance Tls Profiles ListItem
Appliance Tls Profiles ListItem

The Appliance Tls Profiles ListItem schema contains the information about the standard profile name and their TLS configuration.

This schema was added in vSphere API 8.0.3.0.

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

Defines the standard profile name.

This property was added in vSphere API 8.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.tls.profiles. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.tls.profiles.

info
Required

Contains information about the TLS Profile configuration.

This property was added in vSphere API 8.0.3.0.