Class: WorkOS::Types::UpdateWebhookEndpointStatus

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

Constant Summary collapse

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