crossTenantSummary リソースの種類

名前空間: microsoft.graph.networkaccess

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

Microsoft 365 トラフィックのテナント間アクセス数の概要。

プロパティ

プロパティ 説明
authTransactionCount Int32 startDateTime と endDateTime の間の認証セッションの合計数。
deviceCount Int32 テナント間アクセスを実行した一意のデバイスの数。
newTenantCount Int32 endDateTime と discoveryPivotDateTime の間でアクセスされたが、discoveryPivotDateTime と startDateTime の間でアクセスされなかった一意のテナントの数。
rarelyUsedTenantCount Int32 ほとんど使用されないテナントの数。
tenantCount Int32 デバイスのテナントを含まない、アクセスされた一意のテナントの数。
userCount Int32 テナント間アクセスを実行した一意のユーザーの数。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.networkaccess.crossTenantSummary",
  "authTransactionCount": "Integer",
  "tenantCount": "Integer",
  "newTenantCount": "Integer",
  "userCount": "Integer",
  "deviceCount": "Integer",
  "rarelyUsedTenantCount": "Integer"
}