Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}