windowsAutopilotDeviceIdentity リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
windowsAutopilotDeviceIdentity リソースは、Windows Autopilot デバイスを表します。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
windowsAutopilotDeviceIdentity を一覧表示する | windowsAutopilotDeviceIdentity コレクション | windowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップを一覧表示します。 |
windowsAutopilotDeviceIdentity を取得する | windowsAutopilotDeviceIdentity | windowsAutopilotDeviceIdentity オブジェクトのプロパティとリレーションシップを読み取ります。 |
windowsAutopilotDeviceIdentity を作成する | windowsAutopilotDeviceIdentity | 新しい windowsAutopilotDeviceIdentity オブジェクトを 作成します。 |
windowsAutopilotDeviceIdentity を削除する | なし | windowsAutopilotDeviceIdentity を削除します。 |
assignUserToDevice アクション | なし | Autopilot デバイスにユーザーを割り当てます。 |
unassignUserFromDevice アクション | なし | Autopilot デバイスからユーザーの割り当てを解除します。 |
allowNextEnrollment アクション | なし | 次の autopilot 登録のブロックを解除します。 |
updateDeviceProperties アクション | なし | Autopilot デバイスのプロパティをUpdatesします。 |
assignResourceAccountToDevice アクション | なし | Autopilot デバイスにリソース アカウントを割り当てます。 |
unassignResourceAccountFromDevice アクション | なし | Autopilot デバイスからリソース アカウントの割り当てを解除します。 |
deleteDevices アクション | deletedWindowsAutopilotDeviceState コレクション |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | オブジェクトの GUID |
deploymentProfileAssignmentStatus | windowsAutopilotProfileAssignmentStatus | Windows autopilot デバイスのプロファイル割り当て状態。 可能な値は、unknown 、assignedInSync 、assignedOutOfSync 、assignedUnkownSyncState 、notAssigned 、pending 、failed です。 |
deploymentProfileAssignmentDetailedStatus | windowsAutopilotProfileAssignmentDetailedStatus | Windows autopilot デバイスのプロファイル割り当ての詳細な状態。 可能な値は、none 、hardwareRequirementsNotMet 、surfaceHubProfileNotSupported 、holoLensProfileNotSupported 、windowsPcProfileNotSupported 、surfaceHub2SProfileNotSupported 、unknownFutureValue です。 |
deploymentProfileAssignedDateTime | DateTimeOffset | Windows autopilot デバイスのプロファイル 設定時刻。 |
groupTag | String | Windows autopilot デバイスのグループ タグ。 |
purchaseOrderIdentifier | String | Windows autopilot デバイスの発注書識別子。 |
シリアル番号 | String | Windows オートパイロット デバイスのシリアル番号。 |
productKey | String | Windows オートパイロット デバイスのプロダクト キー。 |
manufacturer | String | Windows autopilot デバイスの Oem 製造元。 |
model | String | Windows autopilot デバイスのモデル名。 |
enrollmentState | enrollmentState | windows autopilot デバイスの登録状態をIntuneします。 使用可能な値: unknown 、enrolled 、pendingReset 、failed 、notContacted 、blocked 。 |
lastContactedDateTime | DateTimeOffset | Intune Windows autopilot デバイスの最終連絡日時。 |
addressableUserName | String | アドレス指定可能なユーザー名。 |
userPrincipalName | String | ユーザー プリンシパル名。 |
resourceName | String | リソース名。 |
skuNumber | String | SKU 番号 |
systemFamily | String | システム ファミリ |
azureActiveDirectoryDeviceId | String | AAD デバイス ID - 非推奨 |
azureAdDeviceId | String | AAD デバイス ID |
managedDeviceId | String | マネージド デバイス ID |
displayName | String | 表示名 |
deviceAccountUpn | String | Surface Hub デバイス アカウントの Upn |
deviceAccountPassword | String | Surface Hub デバイス アカウントのパスワード |
deviceFriendlyName | String | Surface Hub デバイスフレンドリ名 |
remediationState | windowsAutopilotDeviceRemediationState | デバイスの修復状態。 可能な値は、unknown 、noRemediationRequired 、automaticRemediationRequired 、manualRemediationRequired 、unknownFutureValue です。 |
remediationStateLastModifiedDateTime | DateTimeOffset | RemediationState Autopilot デバイスの設定時刻。 |
userlessEnrollmentStatus | windowsAutopilotUserlessEnrollmentStatus | ユーザーレス登録の登録状態。 使用可能な値: unknown 、allowed 、blocked 、unknownFutureValue 。 |
関係
リレーションシップ | 型 | 説明 |
---|---|---|
deploymentProfile | windowsAutopilotDeploymentProfile | 現在、Windows autopilot デバイスに割り当てられている展開プロファイル。 |
intendedDeploymentProfile | windowsAutopilotDeploymentProfile | Windows autopilot デバイスに割り当てられる展開プロファイル。 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsAutopilotDeviceIdentity",
"id": "String (identifier)",
"deploymentProfileAssignmentStatus": "String",
"deploymentProfileAssignmentDetailedStatus": "String",
"deploymentProfileAssignedDateTime": "String (timestamp)",
"groupTag": "String",
"purchaseOrderIdentifier": "String",
"serialNumber": "String",
"productKey": "String",
"manufacturer": "String",
"model": "String",
"enrollmentState": "String",
"lastContactedDateTime": "String (timestamp)",
"addressableUserName": "String",
"userPrincipalName": "String",
"resourceName": "String",
"skuNumber": "String",
"systemFamily": "String",
"azureActiveDirectoryDeviceId": "String",
"azureAdDeviceId": "String",
"managedDeviceId": "String",
"displayName": "String",
"deviceAccountUpn": "String",
"deviceAccountPassword": "String",
"deviceFriendlyName": "String",
"remediationState": "String",
"remediationStateLastModifiedDateTime": "String (timestamp)",
"userlessEnrollmentStatus": "String"
}