GetZeroTrustGatewayPoliciesResultExpiration

data class GetZeroTrustGatewayPoliciesResultExpiration(val duration: Int, val expired: Boolean, val expiresAt: String)

Constructors

constructor(duration: Int, expired: Boolean, expiresAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Whether the policy has expired.

Link copied to clipboard

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