MinimalTlsVersion type
最低 TLS 版本。 允许的值:'无'、1.0'、'1.1'、'1.2'、'1.3'
KnownMinimalTlsVersion 可与 MinimalTlsVersion 互换使用,此枚举包含服务支持的已知值。
服务支持的已知值
无:无
1.0:1.0
1.1:1.1
1.2: 1.2
1.3:1.3
type MinimalTlsVersion = string