customTlsFeatures property

List<String>? customTlsFeatures
getter/setter pair

List of custom TLS cipher suites selected.

This field is valid only if the selected tls_feature_profile is CUSTOM. The compute.SslPoliciesService.ListAvailableFeatures method returns the set of features that can be specified in this list. Note that Secure Web Proxy does not yet honor this field.

Optional.

Implementation

core.List<core.String>? customTlsFeatures;