Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.74 KB

File metadata and controls

52 lines (42 loc) · 1.74 KB
title invalidLicenseAlertIncident resource type
description Represents the details of an alert incident that is triggered if the current tenant doesn't have a valid Microsoft Entra ID P2 license.
author rkarim-ms
ms.localizationpriority medium
ms.subservice entra-id-governance
doc_type resourcePageType
toc.title Invalid license
ms.date 09/19/2024

invalidLicenseAlertIncident resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details of an alert incident that is triggered if the current tenant doesn't have a valid Microsoft Entra ID P2 license.

Inherits from unifiedRoleManagementAlertIncident.

Methods

None.

For the list of API operations for managing this resource type, see the unifiedRoleManagementAlertIncident resource type.

Properties

Property Type Description
id String The identifier for the alert incident. For example, it could be a role assignment ID if the incident represents a role assignment. Inherited from entity. Supports $filter (eq, ne).
tenantLicenseStatus String Status of the tenant's Microsoft Entra ID P2 license.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.invalidLicenseAlertIncident",
  "id": "String (identifier)",
  "tenantLicenseStatus": "String"
}