registrationEnforcement resource type

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.

Properties

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

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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