Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 2.33 KB

File metadata and controls

53 lines (44 loc) · 2.33 KB
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

service resource type

Namespace: microsoft.graph.cloudLicensing

[!INCLUDE beta-disclaimer]

Represents a specific service granted by an individual usageRight.

Properties

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.

assigneeTypes values

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudLicensing.service",
  "assignableTo": "String",
  "planId": "Guid",
  "planName": "String"
}