Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.76 KB

onpremisesapplicationsegment.md

File metadata and controls

49 lines (38 loc) · 1.76 KB
title description ms.localizationpriority author ms.subservice doc_type
onPremisesApplicationSegment resource type (deprecated)
Represents onPremisesApplicationSegment object when publishing an on-premises wildcard application with Microsoft Entra application proxy.
medium
dhruvinrshah
entra-applications
resourcePageType

onPremisesApplicationSegment resource type (deprecated)

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.

Properties

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/.

JSON representation

The following is a JSON representation of the resource.

{
  "alternateUrl": "String",
    "corsConfigurations": [
    {
      "@odata.type": "microsoft.graph.corsConfiguration"
    }
  ],
  "externalUrl": "String",
  "internalUrl": "String",
}