Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.28 KB

File metadata and controls

42 lines (35 loc) · 1.28 KB
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 03/21/2024

registrationEnforcement resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Enforce registration at sign-in time. This can currently only be used to remind users to set up targeted authentication methods (Microsoft Authenticator) using the 'authenticationMethodsRegistrationCampaign`.

Properties

Property Type Description
authenticationMethodsRegistrationCampaign authenticationMethodsRegistrationCampaign Run campaigns to remind users to set up targeted authentication methods.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.registrationEnforcement",
  "authenticationMethodsRegistrationCampaign": {
    "@odata.type": "microsoft.graph.authenticationMethodsRegistrationCampaign"
  }
}