Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 2.76 KB

File metadata and controls

63 lines (50 loc) · 2.76 KB
title licenseUnitsDetail resource type
description The **prepaidUnits** property of the subscribedSku entity is of type **licenseUnitsDetail**.
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-directory-management
author frank-masuelli
ms.date 03/21/2024

licenseUnitsDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The prepaidUnits property of the subscribedSku entity is of type licenseUnitsDetail. For more information on the progression states of a subscription, see What if my subscription expires?

Properties

Property Type Description
enabled Int32 The number of units that are enabled for the active subscription of the service SKU.
lockedOut Int32 The number of units that are locked out because the customer canceled their subscription of the service SKU.
suspended Int32 The number of units that are suspended because the subscription of the service SKU has been canceled. The units can't be assigned but can still be reactivated before they're deleted.
warning Int32 The number of units that are in warning status. When the subscription of the service SKU has expired, the customer has a grace period to renew their subscription before it's canceled (moved to a suspended state).

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "enabled": "Int32",
  "lockedOut": "Int32",
  "suspended": "Int32",
  "warning": "Int32"
}