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

The action performed when an untrusted certificate is seen. The default action is an error with HTTP code 526. Available values: "pass_through", "block", "error".

Functions

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