Partager via


Type de ressource userRegistrationMethodCount

Espace de noms: microsoft.graph

Représente le nombre d’utilisateurs inscrits pour une méthode d’authentification.

Propriétés

Propriété Type Description
authenticationMethod Chaîne Nom de la méthode d’authentification.
userCount Int64 Nombre d’utilisateurs inscrits.

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "@odata.type": "#microsoft.graph.userRegistrationMethodCount",
  "authenticationMethod": "String",
  "userCount": "Int64"
}