windowsAutopilotDeploymentProfile リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

Windows Autopilot Deployment プロファイル

メソッド

メソッド 戻り値の型 説明
windowsAutopilotDeploymentProfile を取得する windowsAutopilotDeploymentProfile windowsAutopilotDeploymentProfile オブジェクトのプロパティとリレーションシップを読み取ります。
assign アクション なし
ポリシー セット
hasPayloadLinks アクション hasPayloadLinkResultItem コレクション

プロパティ

プロパティ 説明
id String プロファイル キー
displayName String プロファイルの名前
説明 String プロファイルの説明
language String デバイスで構成された言語
createdDateTime DateTimeOffset プロファイルの作成時間
lastModifiedDateTime DateTimeOffset プロファイルの最終変更時刻
outOfBoxExperienceSettings outOfBoxExperienceSettings すぐに使用するエクスペリエンスの設定
enrollmentStatusScreenSettings windowsEnrollmentStatusScreenSettings 登録状態画面の設定
extractHardwareHash ブール型 プロファイルの HardwareHash 抽出
deviceNameTemplate String AutoPilot デバイスの名前を付けるために使用されるテンプレート。 これはカスタム テキストであり、デバイスのシリアル番号またはランダムに生成された番号を含めることもできます。 テンプレートによって生成されるテキストの長さの合計は 15 文字以下です。
deviceType windowsAutopilotDeviceType このプロファイルが適用される AutoPilot デバイスの種類。 可能な値は、windowsPcsurfaceHub2 です。
enableWhiteGlove ブール型 プロファイルの Autopilot White Glove を有効にします。
roleScopeTagIds String collection プロファイルのスコープ タグ。

リレーションシップ

リレーションシップ 説明
登録
assignedDevices windowsAutopilotDeviceIdentity コレクション プロファイルに割り当てられたデバイスの一覧。
assignments windowsAutopilotDeploymentProfileAssignment コレクション プロファイルのグループ割り当ての一覧。

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.windowsAutopilotDeploymentProfile",
  "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"
  ]
}