Tls_ManualParameters_Global_Info
Tls_ManualParameters_Global_Info
The Global.Info structure contains the information about a profile and its TLS configuration.
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
spec
Required
The Global.SetSpec structure contains the information about the TLS Profile.