Edit

b2BRegistrationMetricsInitial resource type

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 registration metrics captured when the relationship between two tenants was first discovered, establishing a baseline for guest counts.

Inherits from microsoft.graph.tenantGovernanceServices.b2BRegistrationMetricsBase.

Properties

Property Type Description
createdDateTime DateTimeOffset Timestamp that represents the date time that B2B registration data was initially aggregated.
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.
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.b2BRegistrationMetricsInitial",
  "id": "String (identifier)",
  "watermarkDateTime": "String (timestamp)",
  "inboundTotalUsers": "String",
  "outboundTotalUsers": "String",
  "createdDateTime": "String (timestamp)"
}