MinimalTlsVersion type

Minimal TLS version. Allowed values: 'None', 1.0', '1.1', '1.2', '1.3'
KnownMinimalTlsVersion can be used interchangeably with MinimalTlsVersion, this enum contains the known values that the service supports.

Known values supported by the service

None: None
1.0: 1.0
1.1: 1.1
1.2: 1.2
1.3: 1.3

type MinimalTlsVersion = string