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

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