mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-08-15 10:31:49 -07:00
docs: Clarify the type of item expected in ssl_certificates
This commit is contained in:
parent
4a61adfe23
commit
96af7dfc76
1 changed files with 4 additions and 2 deletions
|
@ -298,8 +298,10 @@ quicOverride:
|
|||
type: str
|
||||
sslCertificates:
|
||||
description:
|
||||
- A list of SslCertificate resources that are used to authenticate connections between
|
||||
users and the load balancer. At least one SSL certificate must be specified.
|
||||
- A list of SslCertificate objects (with selfLink and name e.g. as returned by
|
||||
gcp_compute_target_https_proxy_info) that are used to authenticate
|
||||
connections between users and the load balancer. At least one SSL certificate
|
||||
must be specified.
|
||||
returned: success
|
||||
type: list
|
||||
sslPolicy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue