Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.81 KB

File metadata and controls

52 lines (41 loc) · 1.81 KB
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

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

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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