FlexibleAppVersionApiConfigArgs

data class FlexibleAppVersionApiConfigArgs(val authFailAction: Output<String>? = null, val login: Output<String>? = null, val script: Output<String>, val securityLevel: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<FlexibleAppVersionApiConfigArgs>

Constructors

Link copied to clipboard
fun FlexibleAppVersionApiConfigArgs(authFailAction: Output<String>? = null, login: Output<String>? = null, script: Output<String>, securityLevel: Output<String>? = null, url: Output<String>? = null)

Functions

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

Properties

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

Action to take when users access resources that require authentication. Default value is AUTH_FAIL_ACTION_REDIRECT. Possible values are AUTH_FAIL_ACTION_REDIRECT and AUTH_FAIL_ACTION_UNAUTHORIZED.

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

Level of login required to access this resource. Default value is LOGIN_OPTIONAL. Possible values are LOGIN_OPTIONAL, LOGIN_ADMIN, and LOGIN_REQUIRED.

Link copied to clipboard
val script: Output<String>

Path to the script from the application root directory.

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

Security (HTTPS) enforcement for this URL. Possible values are SECURE_DEFAULT, SECURE_NEVER, SECURE_OPTIONAL, and SECURE_ALWAYS.

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

URL to serve the endpoint at.