public enum BackendAuthenticationConfig.Types.WellKnownRootsReference documentation and code samples for the Network Security v1 API enum BackendAuthenticationConfig.Types.WellKnownRoots.
Enum to specify the well known roots to use for server certificate validation.
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Fields |
|
|---|---|
| Name | Description |
None |
The BackendService will only validate server certificates against roots specified in TrustConfig. |
PublicRoots |
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. |
Unspecified |
Equivalent to NONE. |