onPremisesApplicationSegment resource type (deprecated)

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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",
}