httpsRedirect property

bool? httpsRedirect
getter/setter pair

If set to true, the URL scheme in the redirected request is set to HTTPS.

If set to false, the URL scheme of the redirected request remains the same as that of the request. This must only be set for URL maps used in TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted. The default is set to false.

Implementation

core.bool? httpsRedirect;