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.
Represents an abstract resource type that exposes properties used to configure allowed segment configurations that on-premises wildcard applications that are 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 ). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "microsoft.graph.applicationSegment",
"id": "String (identifier)"
}