assignedLicense resource type
Namespace: microsoft.graph
Represents a license assigned to a user. The assignedLicenses property of the user entity is a collection of assignedLicense.
Properties
Property | Type | Description |
---|---|---|
disabledPlans | Guid collection | A collection of the unique identifiers for plans that have been disabled. |
skuId | Guid | The unique identifier for the SKU. |
JSON representation
Here is a JSON representation of the resource
{
"disabledPlans": ["Guid"],
"skuId": "Guid"
}
Feedback
Submit and view feedback for