tLSSecurityPolicy property

TLSSecurityPolicy? tLSSecurityPolicy
final

Specify the TLS security policy to apply to the HTTPS endpoint of the domain.
Can be one of the following values:

  • Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLSv1.0 and higher.
  • Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLSv1.2

Implementation

final TLSSecurityPolicy? tLSSecurityPolicy;