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 most recent snapshot of B2B registration metrics, showing current guest counts between related tenants.
Inherits from microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase.
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier for the metrics snapshot. Inherited from microsoft.graph.entity. |
| inboundTotalUsers | String | The total number of inbound B2B guest users registered. Inherited from microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase. |
| outboundTotalUsers | String | The total number of outbound B2B users from this tenant registered in other tenants. Inherited from microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase. |
| updateDateTime | DateTimeOffset | Timestamp that represents the most recent time B2B registration data was aggregated and have sufficiently changed for the related tenant. |
| watermarkDateTime | DateTimeOffset | The date and time when the metrics snapshot was taken. Inherited from microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsRecent",
"id": "String (identifier)",
"watermarkDateTime": "String (timestamp)",
"inboundTotalUsers": "String",
"outboundTotalUsers": "String",
"updateDateTime": "String (timestamp)"
}