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.tenantGovernanceServices
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 the initial snapshot of B2B sign-in activity metrics captured when the related tenant was first discovered, establishing a baseline for monthly active guests and applications.
Inherits from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase.
Properties
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | Timestamp that represents when the time B2B sign-in activity content was initially aggregated for the related tenant. |
| id | String | Unique identifier for the metrics snapshot. Inherited from microsoft.graph.entity. |
| inboundMonthlyTotalApplications | String | The total number of applications accessed by inbound users in the last month. Inherited from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase. |
| inboundMonthlyTotalUsers | String | The total number of unique inbound users with sign-in activity in the last month. Inherited from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase. |
| outboundMonthlyTotalApplications | String | The total number of applications accessed by outbound users in the last month. Inherited from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase. |
| outboundMonthlyTotalUsers | String | The total number of unique outbound users with sign-in activity in the last month. Inherited from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase. |
| watermarkDateTime | DateTimeOffset | The date and time when the metrics snapshot was taken. Inherited from microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsBase. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.b2BSignInActivityMetricsInitial",
"id": "String (identifier)",
"watermarkDateTime": "String (timestamp)",
"inboundMonthlyTotalUsers": "String",
"inboundMonthlyTotalApplications": "String",
"outboundMonthlyTotalUsers": "String",
"outboundMonthlyTotalApplications": "String",
"createdDateTime": "String (timestamp)"
}