PeerAuthenticationMethodArgs

data class PeerAuthenticationMethodArgs(val mtls: Output<MutualTlsArgs>? = null) : ConvertibleToJava<PeerAuthenticationMethodArgs>

Deprecated Configuration for the peer authentication method. Configuration for the peer authentication method.

Constructors

Link copied to clipboard
fun PeerAuthenticationMethodArgs(mtls: Output<MutualTlsArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PeerAuthenticationMethodArgs

Properties

Link copied to clipboard
val mtls: Output<MutualTlsArgs>? = null

Set if mTLS is used for peer authentication.