TeamsRuleRuleSettingsUntrustedCertArgs

data class TeamsRuleRuleSettingsUntrustedCertArgs(val action: Output<String>? = null) : ConvertibleToJava<TeamsRuleRuleSettingsUntrustedCertArgs>

Constructors

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

Properties

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

Action to be taken when the SSL certificate of upstream is invalid. Available values: pass_through, block, error.

Functions

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