clientTlsPolicy property

String? clientTlsPolicy
getter/setter pair

A URL referring to a networksecurity.ClientTlsPolicy resource that describes how clients should authenticate with this service's backends.

clientTlsPolicy only applies to a global BackendService with the loadBalancingScheme set to INTERNAL_SELF_MANAGED. If left blank, communications are not encrypted.

Optional.

Implementation

core.String? clientTlsPolicy;