activeDirectoryWindowsAutopilotDeploymentProfile リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
Windows Autopilot Deployment プロファイル
windowsAutopilotDeploymentProfile から継承します
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | windowsAutopilotDeploymentProfile から継承されたプロファイル キー |
| displayName | String | windowsAutopilotDeploymentProfile から継承されたプロファイルの名前 |
| 説明 | String | windowsAutopilotDeploymentProfile から継承されたプロファイルの説明 |
| language | String | windowsAutopilotDeploymentProfile から継承されたデバイスで構成された言語 |
| createdDateTime | DateTimeOffset | windowsAutopilotDeploymentProfile から継承されたプロファイル作成時間 |
| lastModifiedDateTime | DateTimeOffset | windowsAutopilotDeploymentProfile から継承されたプロファイル最終更新日時 |
| outOfBoxExperienceSettings | outOfBoxExperienceSettings | 既定のエクスペリエンス設定 WindowsAutopilotDeploymentProfile から継承 |
| enrollmentStatusScreenSettings | windowsEnrollmentStatusScreenSettings | [登録状態] 画面の設定 [継承元] windowsAutopilotDeploymentProfile |
| extractHardwareHash | ブール値 | windowsAutopilotDeploymentProfile から継承されたプロファイルの HardwareHash 抽出 |
| deviceNameTemplate | String | AutoPilot デバイスの名前を付けるために使用されるテンプレート。 これはカスタム テキストで、デバイスのシリアル番号またはランダムに生成された番号を含めることもできます。 テンプレートによって生成されるテキストの長さの合計は 15 文字以内です。 windowsAutopilotDeploymentProfile から継承 |
| deviceType | windowsAutopilotDeviceType | このプロファイルが適用できる AutoPilot デバイスの種類。 windowsAutopilotDeploymentProfile から継承されます。 使用可能な値: windowsPc、surfaceHub2、holoLens、surfaceHub2S、virtualMachine、unknownFutureValue。 |
| enableWhiteGlove | ブール値 | プロファイルの Autopilot White Protection を有効にします。 windowsAutopilotDeploymentProfile から継承 |
| roleScopeTagIds | String collection | プロファイルのスコープ タグ。 windowsAutopilotDeploymentProfile から継承 |
| managementServiceAppId | String | windowsAutopilotDeploymentProfile から継承されたクライアント デバイスベースの登録検出中に使用される AzureAD 管理アプリ ID |
| hybridAzureADJoinSkipConnectivityCheck | ブール値 | Autopilot Hybrid Azure AD 参加フローは、OOBE 中にドメイン コントローラーの接続が確立されていない場合でも続行されます。 |
リレーションシップ
| リレーションシップ | 型 | 説明 |
|---|---|---|
| assignedDevices | windowsAutopilotDeviceIdentity コレクション | プロファイルに割り当てられているデバイスの一覧。 windowsAutopilotDeploymentProfile から継承 |
| assignments | windowsAutopilotDeploymentProfileAssignment コレクション | プロファイルのグループ割り当ての一覧。 windowsAutopilotDeploymentProfile から継承 |
| domainJoinConfiguration | windowsDomainJoinConfiguration | Active Directory ドメインに参加するための構成 |
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.activeDirectoryWindowsAutopilotDeploymentProfile",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"language": "String",
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"outOfBoxExperienceSettings": {
"@odata.type": "microsoft.graph.outOfBoxExperienceSettings",
"hidePrivacySettings": true,
"hideEULA": true,
"userType": "String",
"deviceUsageType": "String",
"skipKeyboardSelectionPage": true,
"hideEscapeLink": true
},
"enrollmentStatusScreenSettings": {
"@odata.type": "microsoft.graph.windowsEnrollmentStatusScreenSettings",
"hideInstallationProgress": true,
"allowDeviceUseBeforeProfileAndAppInstallComplete": true,
"blockDeviceSetupRetryByUser": true,
"allowLogCollectionOnInstallFailure": true,
"customErrorMessage": "String",
"installProgressTimeoutInMinutes": 1024,
"allowDeviceUseOnInstallFailure": true
},
"extractHardwareHash": true,
"deviceNameTemplate": "String",
"deviceType": "String",
"enableWhiteGlove": true,
"roleScopeTagIds": [
"String"
],
"managementServiceAppId": "String",
"hybridAzureADJoinSkipConnectivityCheck": true
}
フィードバック
フィードバックの送信と表示