dailyUserInsightMetricsRoot resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a container for summaries of daily user activities on apps registered in your tenant that is configured for Microsoft Entra External ID for customers.
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
activeUsers | activeUsersMetric collection | Insights for active users on apps registered in the tenant for a specified period. |
authentications | authenticationsMetric collection | Insights for authentications on apps registered in the tenant for a specified period. |
mfaCompletions | mfaCompletionMetric collection | Insights for MFA usage on apps registered in the tenant for a specified period. |
signUps | userSignUpMetric collection | Total sign-ups on apps registered in the tenant for a specified period. |
summary | insightSummary collection | Summary of all usage insights on apps registered in the tenant for a specified period. |
userCount | userCountMetric collection | Insights for total users on apps registered in the tenant for a specified period. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.dailyUserInsightMetricsRoot"
}