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

This resource type is an abstract type that exposes properties used to configure segment configurations that are allowed for an on-premises wildcard application that's published through Microsoft Entra application proxy. The following types are derived from this abstract type:

Properties

Property Type Description
id String The unique identifier that is assigned to an application segment by Microsoft Entra ID. Not nullable. Read-only. Supports $filter (eq).

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "microsoft.graph.applicationSegment",
  "id": "String (identifier)"
}