次の方法で共有


customerMfaInsight リソースの種類

名前空間: microsoft.graph.partner.security

重要

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

顧客の Entra テナント MFA ポリシーの構成と使用状況からの集計データが含まれます。

プロパティ

プロパティ 説明
compliantAdminsCount Int64 MFA 要件に準拠している管理者の数
compliantNonAdminsCount Int64 MFA 要件に準拠しているユーザーの数
legacyPerUserMfaStatus microsoft.graph.partner.security.policyStatus テナントで MFA を必要とするユーザーごとの MFA 構成の状態。 使用可能な値: enableddisabledunknownFutureValue
mfaConditionalAccessPolicyStatus microsoft.graph.partner.security.policyStatus テナントで MFA を必要とする条件付きアクセス ポリシーの状態。 使用可能な値: enableddisabledunknownFutureValue
securityDefaultsStatus microsoft.graph.partner.security.policyStatus テナントのセキュリティの既定値の状態。 使用可能な値: enableddisabledunknownFutureValue
totalUsersCount Int64 テナント内のユーザーの合計数

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.partner.security.customerMfaInsight",
  "compliantAdminsCount": "Integer",
  "compliantNonAdminsCount": "Integer",
  "totalUsersCount": "Integer",
  "securityDefaultsStatus": "String",
  "mfaConditionalAccessPolicyStatus": "String",
  "legacyPerUserMfaStatus": "String"
}