Class: WorkOS::Types::ConnectionActivatedDataState

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

Constant Summary collapse

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