licenseDetails 资源类型
命名空间:microsoft.graph
包含有关分配给用户的许可证的信息。
方法
方法 | 返回类型 | 说明 |
---|---|---|
列出许可证详细信息 | licenseDetails 集合 | 检索用户的 licenseDetails 对象列表。 |
Get | teamsLicensingDetails 对象 | 获取指定用户的 Microsoft Teams 许可证详细信息。 |
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 许可证详细信息对象的唯一标识符。 此为只读属性。 键。 不可为 null。 |
servicePlans | servicePlanInfo collection | 有关使用许可证分配的服务计划的信息。 只读。 不可为 null。 |
skuId | Guid | 服务 SKU 的唯一标识符 (GUID) 。 等于相关 subscribedSku 对象上的 skuId 属性。 此为只读属性。 |
skuPartNumber | String | 唯一的 SKU 显示名称。 等于相关 subscribedSku 对象上的 skuPartNumber;例如 。 AAD_Premium 只读。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"id": "String (identifier)",
"servicePlans": [{"@odata.type": "microsoft.graph.servicePlanInfo"}],
"skuId": "Guid",
"skuPartNumber": "String"
}