Skip to content

Commit f170a86

Browse files
authored
Acrolinx fixes
1 parent 6367c27 commit f170a86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api-reference/beta/resources/phoneoptions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "phoneOptions resource type"
3-
description: "Defines the calling codes to opt-in and opt-out for telephony services in external identities user flow for Microsoft Entra workforce or external tenants."
3+
description: "Defines the calling codes to opt in and opt out for telephony services in external identities user flow for Microsoft Entra workforce or external tenants."
44
author: "aloom3"
55
ms.localizationpriority: medium
66
ms.subservice: "entra-sign-in"
@@ -14,14 +14,14 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Defines the calling codes to opt-in and opt-out for telephony services in [external identities user flow for Microsoft Entra workforce or external tenants](../resources/authenticationeventsflow.md). These codes are displayed on the user flow start up step up for the customer to select from.
17+
Defines the calling codes to opt in and opt out for telephony services in [external identities user flow for Microsoft Entra workforce or external tenants](../resources/authenticationeventsflow.md). These codes are displayed on the user flow start-up step up for the customer to select from.
1818

1919
## Properties
2020
|Property|Type|Description|
2121
|:---|:---|:---|
22-
|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+
|defaultRegions|Int16 collection|A read-only, Microsoft-defined list of regions that already enable MFA. For more information, see the following [list of countries](/entra/external-id/customers/how-to-region-code-opt in).|
2323
|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.|
24-
|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'. |
24+
|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 can't overlap with 'excludeRegions'. |
2525

2626
## Relationships
2727
None.

0 commit comments

Comments
 (0)