importedWindowsAutopilotDeviceIdentity-Ressourcentyp

Namespace: microsoft.graph

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

Importierte Windows Autopilot-Geräte

Methoden

Methode Rückgabetyp Beschreibung
importedWindowsAutopilotDeviceIdentities auflisten importedWindowsAutopilotDeviceIdentity-Sammlung Auflisten von Eigenschaften und Beziehungen der importedWindowsAutopilotDeviceIdentity-Objekte.
importedWindowsAutopilotDeviceIdentity abrufen importedWindowsAutopilotDeviceIdentity Lesen von Eigenschaften und Beziehungen des importedWindowsAutopilotDeviceIdentity-Objekts.
importedWindowsAutopilotDeviceIdentity erstellen importedWindowsAutopilotDeviceIdentity Erstellen eines neuen importedWindowsAutopilotDeviceIdentity-Objekts.
importedWindowsAutopilotDeviceIdentity löschen Keine Löscht eine importedWindowsAutopilotDeviceIdentity
Importaktion importedWindowsAutopilotDeviceIdentity-Sammlung Noch nicht dokumentiert.

Eigenschaften

Eigenschaft Typ Beschreibung
id String GUID des Objekts
groupTag String Gruppentag des Windows Autopilot-Geräts.
serialNumber String Seriennummer des Windows AutoPilot-Geräts
productKey String Product Key des Windows AutoPilot-Geräts
importId String Die Import-ID des Windows Autopilot-Geräts.
hardwareIdentifier Binary Hardware-Blob des Windows AutoPilot-Geräts
state importedWindowsAutopilotDeviceIdentityState Aktueller Status des importierten Geräts
assignedUserPrincipalName String UPN des Benutzers, dem das Gerät zugewiesen wird

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.importedWindowsAutopilotDeviceIdentity",
  "id": "String (identifier)",
  "groupTag": "String",
  "serialNumber": "String",
  "productKey": "String",
  "importId": "String",
  "hardwareIdentifier": "binary",
  "state": {
    "@odata.type": "microsoft.graph.importedWindowsAutopilotDeviceIdentityState",
    "deviceImportStatus": "String",
    "deviceRegistrationId": "String",
    "deviceErrorCode": 1024,
    "deviceErrorName": "String"
  },
  "assignedUserPrincipalName": "String"
}