ZeroTrustGatewayPolicyExpiration

data class ZeroTrustGatewayPolicyExpiration(val duration: Int? = null, val expired: Boolean? = null, val expiresAt: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val duration: 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: Boolean? = null

Whether the policy has expired.

Link copied to clipboard

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