TeamsRuleRuleSettingsCheckSessionArgs

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

Constructors

Link copied to clipboard
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(): TeamsRuleRuleSettingsCheckSessionArgs