serverTlsPolicy property
Optional. A fully-qualified ServerTLSPolicy URL reference. Specifies how TLS traffic is terminated. If empty, TLS termination is disabled.
Implementation
@$pb.TagNumber(9)
$core.String get serverTlsPolicy => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set serverTlsPolicy($core.String v) {
$_setString(8, v);
}