webSegmentConfiguration resource type

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.

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

Inherits from segmentsConfiguration.

Properties

Property 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 is a JSON representation of the resource.

{
 "@odata.type": "#microsoft.graph.webSegmentConfiguration",
 "applicationSegments": [
    {
      "@odata.type": "microsoft.graph.webApplicationSegment"
    }
  ],
}