ZeroTrustGatewayPolicyRuleSettingsCheckSessionArgs

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

Constructors

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

Properties

Link copied to clipboard
val duration: Output<String>? = null

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

Link copied to clipboard
val enforce: Output<Boolean>? = null

Set to true to enable session enforcement.

Functions

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