Expire At a Specific Time
Step 1: Configure Your Policy
package common
import data.abbey.functions
allow[msg] {
functions.expire_at("2023-06-15T04:00:00+00:00")
msg := "granting access funtil 06/15/2023 4am UTC."
}Last updated