Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -365,11 +365,11 @@ spec:
type: array
x-kubernetes-list-type: set
phoneLookupMode:
default: log
default: disabled
description: |-
PhoneLookupMode controls how the registration service handles Twilio Lookup v2 phone risk checks.
Valid values are "disabled" (skip Lookup entirely), "log" (call Lookup and store results but don't block),
and "enabled" (call Lookup and enforce blocking). Defaults to "log".
and "enabled" (call Lookup and enforce blocking). Defaults to "disabled".
enum:
- disabled
- log
Expand Down
Loading