licenseDetails resource type
Namespace: microsoft.graph
Contains information about a license assigned to a user.
Methods
Method | Return Type | Description |
---|---|---|
List licenseDetails | licenseDetails collection | Retrieve a list of licenseDetails objects for a user. |
Properties
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 |
Relationships
None
JSON representation
Here is a JSON representation of the resource.
{
"id": "String (identifier)",
"servicePlans": [{"@odata.type": "microsoft.graph.servicePlanInfo"}],
"skuId": "Guid",
"skuPartNumber": "String"
}
Feedback
Submit and view feedback for