Class: WorkOS::Types::ConnectionState

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

Constant Summary collapse

REQUIRES_TYPE =
"requires_type"
DRAFT =
"draft"
ACTIVE =
"active"
VALIDATING =
"validating"
INACTIVE =
"inactive"
DELETING =
"deleting"
ALL =
[REQUIRES_TYPE, DRAFT, ACTIVE, VALIDATING, INACTIVE, DELETING].freeze