Tls_Profiles_ListItem

Tls_Profiles_ListItem
Tls_Profiles_ListItem

The Profiles.ListItem structure contains the information about the standard profile name and their TLS configuration.

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

Defines the standard profile name. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.tls.profiles. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.tls.profiles.

info
Required

The Profiles.Info structure contains the information about the TLS Profile.