ZeroTrustGatewayPolicyRuleSettingsCheckSessionArgs

data class ZeroTrustGatewayPolicyRuleSettingsCheckSessionArgs(val duration: Output<String>, val enforce: Output<Boolean>) : ConvertibleToJava<ZeroTrustGatewayPolicyRuleSettingsCheckSessionArgs>

Constructors

constructor(duration: Output<String>, enforce: Output<Boolean>)

Properties

Link copied to clipboard
val duration: Output<String>

Configure how fresh the session needs to be to be considered valid.

Link copied to clipboard
val enforce: Output<Boolean>

Enable session enforcement for this rule.

Functions

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