V3CustomDomainAuthConfigArgs

data class V3CustomDomainAuthConfigArgs(val authInfo: Output<String>? = null, val authType: Output<String>? = null) : ConvertibleToJava<V3CustomDomainAuthConfigArgs>

Constructors

Link copied to clipboard
constructor(authInfo: Output<String>? = null, authType: Output<String>? = null)

Properties

Link copied to clipboard
val authInfo: Output<String>? = null

Authentication Information

Link copied to clipboard
val authType: Output<String>? = null

Authentication type. anonymous, function, or jwt.

Functions

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