OriginAuthenticationMethodArgs

data class OriginAuthenticationMethodArgs(val jwt: Output<JwtArgs>? = null) : ConvertibleToJava<OriginAuthenticationMethodArgs>

Deprecated Configuration for the origin authentication method. Configuration for the origin authentication method.

Constructors

Link copied to clipboard
fun OriginAuthenticationMethodArgs(jwt: Output<JwtArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val jwt: Output<JwtArgs>? = null