sslCertificates property

List<String>? sslCertificates
getter/setter pair

URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.

At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.

Implementation

core.List<core.String>? sslCertificates;