Type de ressource registrationEnforcement
Espace de noms: microsoft.graph
Appliquer l’inscription au moment de la connexion. Cela ne peut actuellement être utilisé que pour rappeler aux utilisateurs de configurer des méthodes d’authentification ciblées (par exemple, Microsoft Authenticator) à l’aide de authenticationMethodsRegistrationCampaign
.
Propriétés
Propriété | Type | Description |
---|---|---|
authenticationMethodsRegistrationCampaign | authenticationMethodsRegistrationCampaign | Exécutez des campagnes pour rappeler aux utilisateurs de configurer des méthodes d’authentification ciblées. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.registrationEnforcement",
"authenticationMethodsRegistrationCampaign": {
"@odata.type": "microsoft.graph.authenticationMethodsRegistrationCampaign"
}
}