credentialUserRegistrationsSummary リソースの種類

名前空間: microsoft.graph.managedTenants

重要

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

特定のマネージド テナントに対する Azure Active Directory 資格情報ユーザー登録の概要を表します。

メソッド

メソッド 戻り値の種類 説明
list credentialUserRegistrationsSummaries microsoft.graph.managedTenants.credentialUserRegistrationsSummary コレクション credentialUserRegistrationsSummary オブジェクトとそのプロパティの一覧を取得します。
credentialUserRegistrationsSummary を取得する microsoft.graph.managedTenants.credentialUserRegistrationsSummary credentialUserRegistrationsSummary オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 説明
id String このエンティティの一意識別子。 必須です。 読み取り専用です。
lastRefreshedDateTime DateTimeOffset マルチテナント管理プラットフォームでエンティティが最後に更新された日時。 省略可能。 読み取り専用です。
mfaAndSsprCapableUserCount Int32 多要素認証またはセルフサービス パスワード リセットを実行できるユーザーの数。 省略可能。 読み取り専用です。
mfaConditionalAccessPolicyState String 多要素認証を強制する条件付きアクセス ポリシーの状態。 省略可能。 読み取り専用です。
mfaExcludedUserCount Int32 多要素認証除外セキュリティ グループのユーザーの数 (Microsoft 365 Lighthouse - MFA の除外)。 省略可能。 読み取り専用です。
mfaRegisteredUserCount Int32 多要素認証に登録されたユーザーの数。 省略可能。 読み取り専用です。
securityDefaultsEnabled Boolean Identity Security Defaults が有効かどうかを示すフラグ。 省略可能。 読み取り専用です。
ssprEnabledUserCount Int32 セルフサービス パスワード リセットが有効になっているユーザーの数。 省略可能。 読み取り専用です。
ssprRegisteredUserCount Int32 セルフサービス パスワード リセットに登録されたユーザーの数。 省略可能。 読み取り専用です。
tenantDisplayName String マネージド テナントの表示名。 必須です。 読み取り専用です。
tenantId String マネージド テナントの Azure Active Directory テナント識別子。 必須です。 読み取り専用です。
totalUserCount Int32 特定のマネージド テナント内のユーザーの合計数。 省略可能。 読み取り専用です。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.managedTenants.credentialUserRegistrationsSummary",
  "id": "String (identifier)",
  "tenantId": "String",
  "tenantDisplayName": "String",
  "mfaAndSsprCapableUserCount": "Integer",
  "mfaExcludedUserCount": "Integer",
  "ssprEnabledUserCount": "Integer",
  "mfaRegisteredUserCount": "Integer",
  "ssprRegisteredUserCount": "Integer",
  "totalUserCount": "Integer",
  "securityDefaultsEnabled": "Boolean",
  "mfaConditionalAccessPolicyState": "String",
  "lastRefreshedDateTime": "String (timestamp)"
}