Share via


webSegmentConfiguration-Ressourcentyp

Namespace: microsoft.graph

Wichtig

Die APIs unter der /beta Version in Microsoft Graph können sich ändern. Die Verwendung dieser APIs in Produktionsanwendungen wird nicht unterstützt. Um festzustellen, ob eine API in v1.0 verfügbar ist, verwenden Sie die Version Selektor.

Ein webSegmentConfiguration-Objekt stellt Anwendungssegmente für eine lokale Platzhalteranwendung dar, die über Microsoft Entra Anwendungsproxy veröffentlicht wird.

Erbt von segmentConfiguration.

Eigenschaften

Eigenschaft Typ Beschreibung
applicationSegments webApplicationSegment-Auflistung Eine Sammlung von Anwendungssegmenten für eine lokale Platzhalteranwendung, die über Microsoft Entra Anwendungsproxy veröffentlicht wird. Sie enthält die interne URL, externe URL, alternative URLs und Cors-Konfigurationen.

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
 "@odata.type": "#microsoft.graph.webSegmentConfiguration",
 "applicationSegments": [
    {
      "@odata.type": "microsoft.graph.webApplicationSegment"
    }
  ],
}