credentialUserRegistrationsSummary リソースの種類

名前空間: microsoft.graph.managedTenants

重要

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

特定のマネージド テナントMicrosoft Entra資格情報ユーザー登録の概要を表します。

メソッド

メソッド 戻り値の種類 説明
資格情報の一覧表示UserRegistrationsSummaries 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 ブール型 ID セキュリティの既定値が有効かどうかを示すフラグ。 省略可能。 読み取り専用です。
ssprEnabledUserCount Int32 セルフサービス パスワード リセットが有効になっているユーザーの数。 省略可能。 読み取り専用です。
ssprRegisteredUserCount Int32 セルフサービス パスワード リセットに登録されているユーザーの数。 省略可能。 読み取り専用。
tenantDisplayName String マネージド テナントの表示名。 必須です。 読み取り専用。
tenantId String マネージド テナントのMicrosoft Entraテナント識別子。 必須です。 読み取り専用。
tenantLicenseType String テナントに関連付けられているライセンスの種類。たとえば、 AADFreeAADPremium1AADPremium2です。
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)"
}