Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.65 KB

File metadata and controls

42 lines (34 loc) · 1.65 KB
title userCloudLicensing resource type
description Represents the relationships of a user to cloud licensing resources.
author patrick-starrin
ms.date 07/18/2025
ms.localizationpriority medium
ms.subservice cloud-licensing
doc_type resourcePageType

userCloudLicensing resource type

Namespace: microsoft.graph.cloudLicensing

[!INCLUDE beta-disclaimer]

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"
}