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