Tls_Profiles_ListResult
Tls_Profiles_ListResult
The Profiles.ListResult structure contains the information about the list of TLS Profiles.
JSON Example
{
"profiles": [
{
"profile": "string",
"info": {
"protocol_versions": [
{
"version": "string",
"ciphers": [
"string"
]
}
],
"curves": [
"string"
],
"fips_enforced": false
}
}
]
}
array of
Tls_Profiles_ListItem
profiles
Required
Defines the list of available standard TLS Profiles.