assignedLicense 资源类型

命名空间:microsoft.graph

重要

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

表示分配给用户或组的许可证。 用户实体的 assignedLicenses 属性是 assignedLicense 对象的集合。

属性

属性 类型 说明
disabledPlans Guid 集合 已禁用的计划的唯一标识符的集合。 ID 在租户的 subscribedSkus 中的 servicePlans>servicePlanId 或租户的 companySubscription 中的 serviceStatus>servicePlanId 中可用。
skuId Guid 此 SKU 的唯一标识符。 对应于 subscribedSkuscompanySubscription 中的 skuId

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "disabledPlans": ["Guid"],
  "skuId": "Guid"
}