Class: WorkOS::Types::WebhookEndpointStatus

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

Constant Summary collapse

ENABLED =
"enabled"
DISABLED =
"disabled"
ALL =
[ENABLED, DISABLED].freeze