Edit

deviceCloudLicensing resource type

Namespace: microsoft.graph.cloudLicensing

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the relationships of a device to cloud licensing resources.

Properties

None.

Relationships

Relationship Type Description
assignments microsoft.graph.cloudLicensing.assignment collection The list of assignments that are directly assigned to this device.
usageRights microsoft.graph.cloudLicensing.usageRight collection The rights of the device to use various services, granted by the combination of its assigned licenses.
waitingMembers microsoft.graph.cloudLicensing.waitingMember collection List of over-assigned devices that are in the waiting room for an allotment due to license capacity limits.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudLicensing.deviceCloudLicensing"
}