wellKnownRoots

@JvmName(name = "pyfrqdqcviemghhn")
suspend fun wellKnownRoots(value: Output<String>)
@JvmName(name = "mtvyvtxxsubeeilt")
suspend fun wellKnownRoots(value: String?)

Parameters

value

Well known roots to use for server certificate validation. If set to NONE, the BackendService will only validate server certificates against roots specified in TrustConfig. If set to PUBLIC_ROOTS, the BackendService uses a set of well-known public roots, in addition to any roots specified in the trustConfig field, when validating the server certificates presented by the backend. Validation with these roots is only considered when the TlsSettings.sni field in the BackendService is set. The well-known roots are a set of root CAs managed by Google. CAs in this set can be added or removed without notice. Possible values are: NONE, PUBLIC_ROOTS.