TLS Options list

Hi,

I'm looking for a full TLS option list.
Documentation gives some basic exemples, but is there a full available option list somewhere?

tls:
  options:
    default:
      minVersion: VersionTLS12

    mintls13:
      minVersion: VersionTLS13
tls:
  options:
    default:
      alpnProtocols:
        - http/1.1
        - h2

Can we put something else?
What are all alpnProtocols available?
If I want to use tls 1.1, I put VersionTLS11 ?

Documentation references :

options:
    Options0:
      minVersion: foobar
      maxVersion: foobar
      cipherSuites:
        - foobar
        - foobar
      curvePreferences:
        - foobar
        - foobar
      clientAuth:
        caFiles:
          - foobar
          - foobar
        clientAuthType: foobar
      sniStrict: true
      preferServerCipherSuites: true
      alpnProtocols:
        - foobar
        - foobar

I can't find a full list of available options. Anyone?

The Github Traefik TLS doc has a link to the possible values (constants).