ZeroTrustGatewayPolicyRuleSettingsUntrustedCertArgs

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

Constructors

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(): ZeroTrustGatewayPolicyRuleSettingsUntrustedCertArgs