TeamsRuleRuleSettingsUntrustedCert

data class TeamsRuleRuleSettingsUntrustedCert(val action: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

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