Backend Service Security Settings Args
data class BackendServiceSecuritySettingsArgs(val awsV4Authentication: Output<BackendServiceSecuritySettingsAwsV4AuthenticationArgs>? = null, val clientTlsPolicy: Output<String>? = null, val subjectAltNames: Output<List<String>>? = null) : ConvertibleToJava<BackendServiceSecuritySettingsArgs>
Constructors
Link copied to clipboard
constructor(awsV4Authentication: Output<BackendServiceSecuritySettingsAwsV4AuthenticationArgs>? = null, clientTlsPolicy: Output<String>? = null, subjectAltNames: Output<List<String>>? = null)
Properties
Link copied to clipboard
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.