FlexibleAppVersionApiConfig

data class FlexibleAppVersionApiConfig(val authFailAction: String? = null, val login: String? = null, val script: String, val securityLevel: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(authFailAction: String? = null, login: String? = null, script: String, securityLevel: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authFailAction: 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, AUTH_FAIL_ACTION_UNAUTHORIZED.

Link copied to clipboard
val login: String? = null

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

Link copied to clipboard

Path to the script from the application root directory.

Link copied to clipboard
val securityLevel: String? = null

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

Link copied to clipboard
val url: String? = null

URL to serve the endpoint at.