HttpSettingsRoutesArgs

data class HttpSettingsRoutesArgs(val apiPrefix: Output<String>? = null) : ConvertibleToJava<HttpSettingsRoutesArgs>

The configuration settings of the paths HTTP requests.

Constructors

Link copied to clipboard
constructor(apiPrefix: Output<String>? = null)

Properties

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

The prefix that should precede all the authentication/authorization paths.

Functions

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