Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.36 KB

File metadata and controls

48 lines (36 loc) · 1.36 KB
title applicationSegment resource type
description An abstract type for configuring allowed segment configurations for on-premises wildcard apps published through Microsoft Entra application proxy.
ms.localizationpriority medium
author dhruvinrshah
ms.subservice entra-applications
doc_type resourcePageType
ms.date 12/19/2024

applicationSegment resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

An abstract type that exposes properties for configuring allowed segment configurations for on-premises wildcard apps published through Microsoft Entra application proxy. The following types are derived from this abstract type:

Methods

None.

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

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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