Class: WorkOS::Types::FlagRuleUpdatedContextAccessType

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

Constant Summary collapse

NONE =
"none"
SOME =
"some"
VALUE_ALL =
"all"
ALL =
[NONE, SOME, VALUE_ALL].freeze