| title | registrationEnforcement resource type |
|---|---|
| description | Enforce registration at sign-in time. |
| author | mjsantani |
| ms.reviewer | intelligentaccesspm |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Enforce registration at sign-in time. This can currently only be used to remind users to set up targeted authentication methods (for example, Microsoft Authenticator) using the authenticationMethodsRegistrationCampaign.
| Property | Type | Description |
|---|---|---|
| authenticationMethodsRegistrationCampaign | authenticationMethodsRegistrationCampaign | Run campaigns to remind users to set up targeted authentication methods. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.registrationEnforcement",
"authenticationMethodsRegistrationCampaign": {
"@odata.type": "microsoft.graph.authenticationMethodsRegistrationCampaign"
}
}