Edit

Share via


userCloudLicensing 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 user to cloud licensing resources.

Properties

None.

Relationships

Relationship Type Description
assignmentErrors microsoft.graph.cloudLicensing.assignmentError collection The list of assignment errors that currently affect this user.
assignments microsoft.graph.cloudLicensing.assignment collection The list of assignments that are directly assigned to this user.
usageRights microsoft.graph.cloudLicensing.usageRight collection The rights of the user to use various services, granted by the combination of their assigned licenses.
waitingMembers microsoft.graph.cloudLicensing.waitingMember collection List of over-assigned users who 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.userCloudLicensing"
}