ZeroTrustGatewayPolicyRuleSettingsCheckSession

data class ZeroTrustGatewayPolicyRuleSettingsCheckSession(val duration: String? = null, val enforce: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val duration: String? = null

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

Link copied to clipboard
val enforce: Boolean? = null

Set to true to enable session enforcement.