| title | applicationSegment resource type |
|---|---|
| description | An abstract type for configuring allowed segment configurations for on-premises wildcard apps published through Microsoft Entra application proxy. |
| ms.localizationpriority | medium |
| author | dhruvinrshah |
| ms.subservice | entra-applications |
| doc_type | resourcePageType |
| ms.date | 12/19/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
An abstract type that exposes properties for configuring allowed segment configurations for on-premises wildcard apps published through Microsoft Entra application proxy. The following types are derived from this abstract type:
None.
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier that is assigned to an application segment by Microsoft Entra ID. Not nullable. Read-only. Supports $filter (eq). |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "microsoft.graph.applicationSegment",
"id": "String (identifier)"
}