licenseDetails resource type
Makale 24.05.2024
14 katılımcı
Geri Bildirim
Bu makalede
Methods
Properties
Relationships
JSON representation
Namespace: microsoft.graph
Contains information about a license assigned to a user.
Tabloyu genişlet
Tabloyu genişlet
Property
Type
Description
id
String
The unique identifier for the license detail object. Read-only. Key. Not nullable.
servicePlans
servicePlanInfo collection
Information about the service plans assigned with the license. Read-only. Not nullable.
skuId
Guid
Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related subscribedSku object. Read-only.
skuPartNumber
String
Unique SKU display name. Equal to the skuPartNumber on the related subscribedSku object; for example, AAD_Premium
. Read-only.
None.
The following JSON representation shows the resource type.
{
"id" : "String (identifier)" ,
"servicePlans" : [{"@odata.type" : "microsoft.graph.servicePlanInfo" }],
"skuId" : "Guid" ,
"skuPartNumber" : "String"
}