mtlsPolicy

@JvmName(name = "teracjvodomrbpac")
suspend fun mtlsPolicy(value: Output<ServerTlsPolicyMtlsPolicyArgs>)
@JvmName(name = "mpcfgbtxyphljcja")
suspend fun mtlsPolicy(value: ServerTlsPolicyMtlsPolicyArgs?)

Parameters

value

This field is required if the policy is used with external HTTPS load balancers. This field can be empty for Traffic Director. Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If allowOpen and mtlsPolicy are set, server allows both plain text and mTLS connections. Structure is documented below.


@JvmName(name = "bityoobvgqhjmsjw")
suspend fun mtlsPolicy(argument: suspend ServerTlsPolicyMtlsPolicyArgsBuilder.() -> Unit)

Parameters

argument

This field is required if the policy is used with external HTTPS load balancers. This field can be empty for Traffic Director. Defines a mechanism to provision peer validation certificates for peer to peer authentication (Mutual TLS - mTLS). If not specified, client certificate will not be requested. The connection is treated as TLS and not mTLS. If allowOpen and mtlsPolicy are set, server allows both plain text and mTLS connections. Structure is documented below.