webApplicationSegment 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 webApplicationSegment object represents the segment configurations that are allowed for an on-premises wildcard application published through Microsoft Entra application proxy.

Inherits from applicationSegment.

Properties

Property Type Description
alternateUrl String If you're configuring a traffic manager in front of multiple App Proxy application segments, this property contains the user-friendly URL that will point to the traffic manager.
externalUrl String The published external URL for the application segment; for example, https://intranet.contoso.com/.
id String The unique identifier that is assigned to an applicationSegment by Microsoft Entra ID. Not nullable. Read-only. Supports $filter (eq). Inherited from applicationSegment.
internalUrl String The internal URL of the application segment; for example, https://intranet/.

Relationships

Relationship Type Description
corsConfigurations corsConfiguration_v2 collection A collection of CORS Rule definitions for a particular application segment.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "microsoft.graph.webApplicationSegment",
  "alternateUrl": "String",
  "externalUrl": "String",
  "internalUrl": "String"
}