credentialUserRegistrationsSummary 资源类型

命名空间:microsoft.graph.managedTenants

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示给定托管租户Microsoft Entra凭据用户注册的摘要。

方法

方法 返回类型 说明
列出 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 布尔值 指示是否启用标识安全默认值的标志。 可选。 只读。
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)"
}