Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userRegistrationMethodCount",
"authenticationMethod": "String",
"userCount": "Int64"
}