BackendServiceTlsSettings constructor
BackendServiceTlsSettings({
- String? authenticationConfig,
- String? sni,
- List<
BackendServiceTlsSettingsSubjectAltName> ? subjectAltNames,
Implementation
BackendServiceTlsSettings({
this.authenticationConfig,
this.sni,
this.subjectAltNames,
});