companyPortalBlockedAction-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Blockierte Aktionen im Unternehmensportal gemäß Plattform- und Gerätebesitztypen

Eigenschaften

Eigenschaft Typ Beschreibung
Plattform devicePlatformType Betriebssystem/Plattform des Geräts. Mögliche Werte: android, androidForWork, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, unknown.
Ownertype Ownertype Gerätebesitztyp. Mögliche Werte sind: unknown, company und personal.
Aktion companyPortalAction Geräteaktion. Mögliche Werte sind: unknown, remove und reset.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.companyPortalBlockedAction",
  "platform": "String",
  "ownerType": "String",
  "action": "String"
}