| 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 |
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.
None.
For the list of API operations for managing this resource type, see the unifiedRoleManagementAlertIncident resource type.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.invalidLicenseAlertIncident",
"id": "String (identifier)",
"tenantLicenseStatus": "String"
}