userRegistrationMethodCount resource type

Namespace: microsoft.graph

Represents the number of users registered for an authentication method.

Properties

Property Type Description
authenticationMethod String Name of the authentication method.
userCount Int64 Number of users registered.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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