| title | webApplicationSegment resource type |
|---|---|
| description | Represents the segment configurations that are allowed for an on-premises wildcard application 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]
Represents the segment configurations that are allowed for an on-premises wildcard application published through Microsoft Entra application proxy and accessed via HTTP.
Inherits from applicationSegment.
| Method | Return type | Description |
|---|---|---|
| List | webApplicationSegment collection | Get a list of the webApplicationSegment objects and their properties. |
| Create | webApplicationSegment | Create a new webApplicationSegment object. |
| Get | webApplicationSegment | Read the properties and relationships of a webApplicationSegment object. |
| Update | webApplicationSegment | Update the properties of a webApplicationSegment object. |
| Delete | None | Delete a webApplicationSegment object. |
| Property | Type | Description |
|---|---|---|
| alternateUrl | String | If you're configuring a traffic manager in front of multiple app proxy application segments, this property contains the user-friendly URL that points to the traffic manager. |
| externalUrl | String | The published external URL for the application segment; for example, https://intranet.contoso.com/. |
| id | String | The unique identifier that is assigned to an applicationSegment by Microsoft Entra ID. Not nullable. Read-only. Supports $filter (eq). Inherited from applicationSegment. |
| internalUrl | String | The internal URL of the application segment; for example, https://intranet/. |
| Relationship | Type | Description |
|---|---|---|
| corsConfigurations | corsConfiguration_v2 collection | A collection of CORS Rule definitions for a particular application segment. |
The following JSON representation shows the resource type.
{
"@odata.type": "microsoft.graph.webApplicationSegment",
"alternateUrl": "String",
"externalUrl": "String",
"internalUrl": "String"
}