| title | service resource type |
|---|---|
| description | Represents a specific service granted by an individual usageRight. |
| author | patrick-starrin |
| ms.localizationpriority | medium |
| ms.subservice | cloud-licensing |
| doc_type | resourcePageType |
| ms.date | 10/17/2024 |
Namespace: microsoft.graph.cloudLicensing
[!INCLUDE beta-disclaimer]
Represents a specific service granted by an individual usageRight.
| Property | Type | Description |
|---|---|---|
| assignableTo | microsoft.graph.cloudLicensing.assigneeTypes | Identifies the types of directory objects to which the service can be assigned. The possible values are: none, user, group, device, unknownFutureValue.The assigneeTypes property is a multi-valued enumeration and the property can contain multiple values in a comma-separated list. |
| planId | Guid | The unique identifier of the service plan that is equal to the servicePlanId property on the related servicePlanInfo objects. |
| planName | String | The name of the service plan that is equal to the servicePlanName property on the related servicePlanInfo objects. |
| Member | Description |
|---|---|
| none | No flags are enabled; this service can't be assigned. |
| user | If enabled, this service can be assigned directly to users. |
| group | If enabled, this service can be assigned to groups. |
| device | If enabled, this service can be assigned directly to devices. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudLicensing.service",
"assignableTo": "String",
"planId": "Guid",
"planName": "String"
}