excludedPaths

@JvmName(name = "nyprjlswfbqxbnxh")
suspend fun excludedPaths(value: Output<List<String>>)
@JvmName(name = "hddsfgxvursiuvxp")
suspend fun excludedPaths(value: List<String>?)

Parameters

value

The paths which should be excluded from the unauthenticated_action when it is set to RedirectToLoginPage.

Note: This list should be used instead of setting WEBSITE_WARMUP_PATH in app_settings as it takes priority.


@JvmName(name = "rvxjxqaplnveanjr")
suspend fun excludedPaths(vararg values: Output<String>)


@JvmName(name = "ugoofnwfljlnpsuq")
suspend fun excludedPaths(values: List<Output<String>>)
@JvmName(name = "pwsofxwxbhsonlsh")
suspend fun excludedPaths(vararg values: String)

Parameters

values

The paths which should be excluded from the unauthenticated_action when it is set to RedirectToLoginPage.

Note: This list should be used instead of setting WEBSITE_WARMUP_PATH in app_settings as it takes priority.