| title | onPremisesApplicationSegment resource type (deprecated) |
|---|---|
| description | Represents onPremisesApplicationSegment object when publishing an on-premises wildcard application with Microsoft Entra application proxy. |
| ms.localizationpriority | medium |
| author | dhruvinrshah |
| ms.subservice | entra-applications |
| doc_type | resourcePageType |
| ms.date | 07/26/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a onPremisesApplicationSegment object when publishing an on-premises wildcard application with Microsoft Entra application proxy. This resource is used for setting an application segment for a particular wildcard application.
| Property | Type | Description |
|---|---|---|
| alternateUrl | String | If you're configuring a traffic manager in front of multiple App Proxy application segments, contains the user-friendly URL that will point to the traffic manager. |
| corsConfigurations | corsConfiguration collection | CORS Rule definition for a particular application segment. |
| externalUrl | String | The published external URL for the application segment; for example, https://intranet.contoso.com./ |
| internalUrl | String | The internal URL of the application segment; for example, https://intranet/. |
None.
The following JSON representation shows the resource type.
{
"alternateUrl": "String",
"corsConfigurations": [
{
"@odata.type": "microsoft.graph.corsConfiguration"
}
],
"externalUrl": "String",
"internalUrl": "String",
}