ApiAuthModeArgs

data class ApiAuthModeArgs(val authType: Output<ApiAuthenticationType>? = null) : ConvertibleToJava<ApiAuthModeArgs>

An auth mode.

Constructors

Link copied to clipboard
constructor(authType: Output<ApiAuthenticationType>? = null)

Properties

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

Functions

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