userRegistrationFeatureSummary 资源类型userRegistrationFeatureSummary resource type
命名空间:microsoft.graphNamespace: microsoft.graph
重要
Microsoft Graph /beta
中版本下的 API 可能会更改。APIs under the /beta
version in Microsoft Graph are subject to change. 不支持在生产应用程序中使用这些 API。Use of these APIs in production applications is not supported. 若要确定 API 在 v1.0 中是否可用,请使用 版本选择 器。To determine whether an API is available in v1.0, use the Version selector.
表示组织中有多少用户能够进行多重身份验证、自助服务密码重置和无密码身份验证的当前状态。Represents the current state of how many users in your organization are capable of multi-factor authentication, self-service password reset and passwordless authentication.
方法Methods
方法Method | 返回类型Return Type | 说明Description |
---|---|---|
usersRegisteredByFeatureusersRegisteredByFeature | userRegistrationFeatureSummaryuserRegistrationFeatureSummary | 获取能够进行多重身份验证、密码Self-Service密码重置和无密码身份验证的用户数。Get the number of users capable of Multi-Factor Authentication, Self-Service Password Reset, and Passwordless authentication. |
属性Properties
属性Property | 类型Type | 说明Description |
---|---|---|
totalUserCounttotalUserCount | Int64Int64 | 用户帐户总数,不包括被阻止的帐户Total number of users accounts, excluding those that are blocked |
userRegistrationFeatureCountsuserRegistrationFeatureCounts | userRegistrationFeatureCount 集合userRegistrationFeatureCount collection | 注册或能够进行多重身份验证、密码重置Self-Service无密码身份验证的用户数量。Number of users registered or capable for Multi-Factor Authentication, Self-Service Password Reset and Passwordless Authentication. |
userRolesuserRoles | includedUserRolesincludedUserRoles | 用户角色类型。User role type. 可取值为:all 、privilegedAdmin 、admin 、user 。Possible values are: all , privilegedAdmin , admin , user . |
userTypesuserTypes | includedUserTypesincludedUserTypes | 用户类型。User type. 可取值为:all 、member 、guest 。Possible values are: all , member , guest . |
该值 privilegedAdmin
由以下特权管理员角色组成:The value privilegedAdmin
consists of the following privileged admin roles:
- 全局管理员Global admin
- 安全管理员Security admin
- 条件访问管理员Conditional Access admin
- Exchange 管理员Exchange admin
- SharePoint 管理员SharePoint admin
- 支持管理员Helpdesk admin
- 帐务管理员Billing admin
- 用户管理员User admin
- 身份验证管理员Authentication admin
该值 admin
包括所有 Azure AD 管理员角色。The value admin
includes all Azure AD admin roles.
关系Relationships
无。None.
JSON 表示形式JSON representation
下面是资源的 JSON 表示形式。The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.userRegistrationFeatureSummary",
"totalUserCount": "Integer",
"userTypes": "String",
"userRoles": "String",
"userRegistrationFeatureCounts": [
{
"@odata.type": "microsoft.graph.userRegistrationFeatureCount"
}
]
}