Class: WorkOS::Types::RadarStandaloneResponseVerdict

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

Constant Summary collapse

ALLOW =
"allow"
BLOCK =
"block"
CHALLENGE =
"challenge"
ALL =
[ALLOW, BLOCK, CHALLENGE].freeze