| title | smsAuthenticationMethodConfiguration resource type |
|---|---|
| description | Represents a Text Message authentication methods policy. |
| author | luc-msft |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| toc.title | SMS |
| ms.date | 07/19/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a Text Message authentication methods policy. Authentication methods policies define configuration settings and users or groups that are enabled to use the authentication method.
Inherits from authenticationMethodConfiguration.
| Method | Return type | Description |
|---|---|---|
| Get | smsAuthenticationMethodConfiguration | Read the properties and relationships of a smsAuthenticationMethodConfiguration object. |
| Update | None | Update the properties of a smsAuthenticationMethodConfiguration object. |
| Delete | None | Reverts the smsAuthenticationMethodConfiguration object to its default configuration. |
| Property | Type | Description |
|---|---|---|
| excludeTargets | excludeTarget collection | Groups of users that are excluded from the policy. |
| id | String | The authentication method policy identifier. |
| state | authenticationMethodState | The possible values are: enabled, disabled. |
| Relationship | Type | Description |
|---|---|---|
| includeTargets | smsAuthenticationMethodTarget collection | A collection of groups that are enabled to use the authentication method. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.smsAuthenticationMethodConfiguration",
"id": "String (identifier)",
"state": "String",
"excludeTargets": [
{
"@odata.type": "microsoft.graph.excludeTarget"
}
]
}