AppTemplateHttpScaleRuleAuthenticationArgs

data class AppTemplateHttpScaleRuleAuthenticationArgs(val secretName: Output<String>, val triggerParameter: Output<String>? = null) : ConvertibleToJava<AppTemplateHttpScaleRuleAuthenticationArgs>

Constructors

constructor(secretName: Output<String>, triggerParameter: Output<String>? = null)

Properties

Link copied to clipboard
val secretName: Output<String>

The name of the Container App Secret to use for this Scale Rule Authentication.

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

The Trigger Parameter name to use the supply the value retrieved from the secret_name.

Functions

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