TeamsRuleExpirationArgs

data class TeamsRuleExpirationArgs(val duration: Output<Int>? = null, val expired: Output<Boolean>? = null, val expiresAt: Output<String>) : ConvertibleToJava<TeamsRuleExpirationArgs>

Constructors

Link copied to clipboard
constructor(duration: Output<Int>? = null, expired: Output<Boolean>? = null, expiresAt: Output<String>)

Properties

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

The default duration a policy will be active in minutes. Must be set in order to use the reset_expiration endpoint on this rule.

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

Whether the policy has expired.

Link copied to clipboard
val expiresAt: Output<String>

The time stamp at which the policy will expire and cease to be applied.

Functions

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