Backend Service Security Settings Args
data class BackendServiceSecuritySettingsArgs(val clientTlsPolicy: Output<String>, val subjectAltNames: Output<List<String>>) : ConvertibleToJava<BackendServiceSecuritySettingsArgs>
Properties
Link copied to clipboard
ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.
Link copied to clipboard
A list of alternate names to verify the subject identity in the certificate. If specified, the client will verify that the server certificate's subject alt name matches one of the specified values.