You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/resources/phoneoptions.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ Defines the calling codes to opt-in and opt-out for telephony services in [exter
18
18
## Properties
19
19
|Property|Type|Description|
20
20
|:---|:---|:---|
21
-
|defaultRegions|Int16 collection|A read-only, Microsoft-defined list of regions that already enable MFA. For more information check out the following [list of countries]("https://learn.microsoft.com/en-us/entra/external-id/customers/how-to-region-code-opt-in")|
21
+
|defaultRegions|Int16 collection|A read-only, Microsoft-defined list of regions that already enable MFA. For more information check out the following [list of countries](/entra/external-id/customers/how-to-region-code-opt-in)|
22
22
|excludeRegions|Int16 collection|A numbers-only set representing the region telecom codes to prevent or disable the telephony service. Validates against current International Subscriber Dialing (ISD) country codes where the maximum code length is 4. Values must be non-null.|
23
-
|includeAdditionalRegions|Int16 collection| A numbers-only set representing the country codes that can be manually added to enable telephony service in those regions, in addition to the list of countries that are already enabled. For more information about regions that require opt-in, see [Regions that need to opt in for MFA telephony verification](/entra/identity/authentication/concept-mfa-regional-opt-in). Validates against current International Subscriber Dialing (ISD) country codes where the maximum code length is 4. Values must be positive integers and cannot overlap with 'excludeRegions'. |
23
+
|includeAdditionalRegions|Int16 collection| A numbers-only set representing the country codes that can be manually added to enable telephony service in those regions, in addition to the list of countries that are already enabled. For more information about regions that require opt-in, see [Regions that need to opt in for MFA telephony verification](/entra/external-id/customers/how-to-region-code-opt-in). Validates against current International Subscriber Dialing (ISD) country codes where the maximum code length is 4. Values must be positive integers and cannot overlap with 'excludeRegions'. |
0 commit comments