用户资源
适用于:合作伙伴中心 | 由世纪互联运营的合作伙伴中心 | Microsoft Cloud for US Government 合作伙伴中心
描述单个合作伙伴中心用户、其个人和帐户信息,以及他们在合作伙伴中心内拥有的权限。
用户
描述单个用户。
properties | Type | 描述 |
---|---|---|
id | string | 用户标识符。 |
userPrincipalName | string | 用户主体标识符。 |
firstName | string | 用户的名字。 |
lastName | string | 用户的姓氏。 |
displayName | string | 用户的显示名称。 |
passwordProfile | PasswordProfile | 用户的密码配置文件。 |
phoneNumber | string | 用户的电话号码。 |
lastDirectorySyncTime | 采用 UTC 日期/时间格式的字符串 | 上次在此用户的信息在 Microsoft Entra ID 与 本地 Active Directory 之间同步。 仅当启用 Microsoft Entra 连接 Sync 时,才会显示日期时间值。 否则,该值为 null。 |
userDomainType | string | 用户域类型:“none”、“managed”或“federated”。 |
State | string | 用户的状态:“active”、“inactive”(对于已删除的用户)。 |
softDeletionTime | 采用 UTC 日期/时间格式的字符串 | 表示 30 天的开始时间,之后与已删除用户关联的数据将被永久删除,因此不可恢复。 |
链路 | ResourceLinks | 资源链接。 |
attributes | ResourceAttributes | 元数据属性。 |
CustomerUser
描述客户用户。
properties | Type | 描述 |
---|---|---|
usageLocation | string | 用户打算使用许可证的位置。 |
id | string | 用户标识符。 |
userPrincipalName | string | 用户主体标识符。 |
firstName | string | 用户的名字。 |
lastName | string | 用户的姓氏。 |
displayName | string | 用户的显示名称。 |
immutableId | string | 用户的不可变 ID。 |
passwordProfile | PasswordProfile | 用户的密码配置文件。 |
phoneNumber | string | 用户的电话号码。 |
lastDirectorySyncTime | 采用 UTC 日期/时间格式的字符串 | 上次在此用户的信息在 Microsoft Entra ID 与 本地 Active Directory 之间同步。 仅当启用 Microsoft Entra 连接 Sync 时,才会显示日期时间值。 否则,该值为 null。 |
userDomainType | string | 用户域类型:“none”、“managed”或“federated”。 |
State | string | 用户的状态:“active”、“inactive”(对于已删除的用户)。 |
softDeletionTime | 采用 UTC 日期/时间格式的字符串 | 表示 30 天的开始时间,之后与已删除用户关联的数据将被永久删除,因此不可恢复。 |
链路 | ResourceLinks | 资源链接。 |
attributes | ResourceAttributes | 元数据属性。 |
UserCredentials
描述用户的登录凭据。
properties | Type | 说明 |
---|---|---|
userName | string | 用户的名称。 |
password | SecureString | 用户安全存储的密码。 |
UserMember
描述用户的成员信息。
properties | Type | 说明 |
---|---|---|
displayName | string | 用户的显示名称。 |
userPrincipalName | string | 用户主体的名称。 |
roleId | string | 用户角色的标识符。 |
id | string | 成员的标识符。 |
attributes | ResourceAttributes | 元数据属性。 |