Class: WorkOS::Types::AgentInstanceSessionStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/workos/types/agent_instance_session_status.rb

Constant Summary collapse

ACTIVE =
"active"
REVOKED =
"revoked"
EXPIRED =
"expired"
ALL =
[ACTIVE, REVOKED, EXPIRED].freeze