Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.43 KB

File metadata and controls

44 lines (33 loc) · 1.43 KB
title webSegmentConfiguration resource type
description Represents application segments 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

webSegmentConfiguration resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

A webSegmentConfiguration object represents application segments for an on-premises wildcard application published through Microsoft Entra application proxy.

Inherits from segmentConfiguration.

Properties

None.

Relationships

Relationship Type Description
applicationSegments webApplicationSegment collection A collection of application segments for an on-premises wildcard application published through Microsoft Entra application proxy. It includes the internal URL, external URL, alternate URLs, and cors configurations.

JSON representation

The following JSON representation shows the resource type.

{
 "@odata.type": "#microsoft.graph.webSegmentConfiguration"
}