depMacOSEnrollmentProfile リソースの種類

名前空間: microsoft.graph

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

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

DepMacOSEnrollmentProfile リソースは、macOS 構成に固有の Apple Device Enrollment Program (DEP) 登録プロファイルを表します。 対応するデバイスを DEP 経由で登録するには、この種類のプロファイルを Apple DEP シリアル番号に割り当てる必要があります。

depEnrollmentBaseProfile から継承します

メソッド

メソッド 戻り値の型 説明
depMacOSEnrollmentProfiles を一覧表示する depMacOSEnrollmentProfile コレクション depMacOSEnrollmentProfile オブジェクトのプロパティとリレーションシップを一覧表示します。
depMacOSEnrollmentProfile を取得する depMacOSEnrollmentProfile depMacOSEnrollmentProfile オブジェクトのプロパティとリレーションシップを読み取ります。
depMacOSEnrollmentProfile を作成する depMacOSEnrollmentProfile 新しい depMacOSEnrollmentProfile オブジェクトを作成します。
depMacOSEnrollmentProfile を削除する なし depMacOSEnrollmentProfile を削除します。
depMacOSEnrollmentProfile を更新する depMacOSEnrollmentProfile depMacOSEnrollmentProfile オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String enrollmentProfile から継承されたオブジェクトの GUID
displayName String enrollmentProfile から継承されたプロファイルの名前
説明 String enrollmentProfile から継承されたプロファイルの説明
requiresUserAuthentication Boolean プロファイルで、enrollmentProfile から継承されたユーザー認証が必要かどうかを示します。
configurationEndpointUrl String enrollmentProfile から継承された登録に使用する構成エンドポイント URL
enableAuthenticationViaCompanyPortal Boolean ポータル サイトではなく Apple Setup Assistant で認証することを示します。 enrollmentProfile から継承
requireCompanyPortalOnSetupAssistantEnrolledDevices Boolean enrollmentProfile から継承されたセットアップ アシスタント登録済みデバイスでポータル サイトが必要であることを示します
isDefault ブール型 (Boolean) これが depEnrollmentBaseProfile から継承された既定のプロファイルであるかどうかを示します。
supervisedModeEnabled Boolean 監視モード、有効にする場合は True、それ以外の場合は false。 See https://docs.microsoft.com/intune/deploy-use/enroll-devices-in-microsoft-intune for additional information. depEnrollmentBaseProfile から継承
supportDepartment String depEnrollmentBaseProfile から継承されたサポート部門情報
isMandatory Boolean プロファイルが depEnrollmentBaseProfile から継承される必須かどうかを示します
locationDisabled Boolean Location Service セットアップ ウィンドウが depEnrollmentBaseProfile から継承されて無効になっているかどうかを示します
supportPhoneNumber String depEnrollmentBaseProfile から継承された電話番号をサポートする
profileRemovalDisabled Boolean プロファイル削除オプションが depEnrollmentBaseProfile から継承されて無効になっているかどうかを示します
restoreBlocked Boolean [復元セットアップ] ウィンドウが depEnrollmentBaseProfile から継承されてブロックされているかどうかを示します
appleIdDisabled Boolean Apple ID セットアップ ウィンドウが depEnrollmentBaseProfile から継承されて無効になっているかどうかを示します
termsAndConditionsDisabled Boolean "使用条件" セットアップ ウィンドウが depEnrollmentBaseProfile から継承されて無効になっているかどうかを示します
touchIdDisabled Boolean depEnrollmentBaseProfile から継承されたタッチ ID セットアップ ウィンドウが無効になっているかどうかを示します
applePayDisabled Boolean Apple Pay セットアップ ウィンドウが depEnrollmentBaseProfile から継承されて無効になっているかどうかを示します
siriDisabled Boolean siri セットアップ ウィンドウが depEnrollmentBaseProfile から継承されて無効になっているかどうかを示します
diagnosticsDisabled Boolean 診断セットアップ ウィンドウが depEnrollmentBaseProfile から継承されて無効になっているかどうかを示します
displayToneSetupDisabled Boolean displaytone セットアップ画面が depEnrollmentBaseProfile から継承されて無効になっているかどうかを示します
privacyPaneDisabled Boolean depEnrollmentBaseProfile から継承されたプライバシー画面が無効になっているかどうかを示します
screenTimeScreenDisabled Boolean 画面タイムアウト設定が depEnrollmentBaseProfile から継承されて無効になっているかどうかを示します
deviceNameTemplate String リテラルまたは名前のパターンを設定します。 depEnrollmentBaseProfile から継承
configurationWebUrl Boolean depEnrollmentBaseProfile から継承されたセットアップ アシスタント ログインの URL
registrationDisabled Boolean 登録が無効になっているかどうかを示します
fileVaultDisabled Boolean ファイル コンテナーが無効になっているかどうかを示します
iCloudDiagnosticsDisabled Boolean iCloud Analytics 画面が無効になっているかどうかを示します
passCodeDisabled Boolean パスコード設定ウィンドウが無効になっているかどうかを示します
zoomDisabled Boolean ズーム設定ウィンドウが無効になっているかどうかを示します
iCloudStorageDisabled Boolean iCloud ドキュメントとデスクトップ画面が無効になっているかどうかを示します
chooseYourLockScreenDisabled Boolean iCloud ドキュメントとデスクトップ画面が無効になっているかどうかを示します
accessibilityScreenDisabled Boolean アクセシビリティ画面が無効になっているかどうかを示します
autoUnlockWithWatchDisabled Boolean UnlockWithWatch 画面が無効になっているかどうかを示します

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.depMacOSEnrollmentProfile",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "requiresUserAuthentication": true,
  "configurationEndpointUrl": "String",
  "enableAuthenticationViaCompanyPortal": true,
  "requireCompanyPortalOnSetupAssistantEnrolledDevices": true,
  "isDefault": true,
  "supervisedModeEnabled": true,
  "supportDepartment": "String",
  "isMandatory": true,
  "locationDisabled": true,
  "supportPhoneNumber": "String",
  "profileRemovalDisabled": true,
  "restoreBlocked": true,
  "appleIdDisabled": true,
  "termsAndConditionsDisabled": true,
  "touchIdDisabled": true,
  "applePayDisabled": true,
  "siriDisabled": true,
  "diagnosticsDisabled": true,
  "displayToneSetupDisabled": true,
  "privacyPaneDisabled": true,
  "screenTimeScreenDisabled": true,
  "deviceNameTemplate": "String",
  "configurationWebUrl": true,
  "registrationDisabled": true,
  "fileVaultDisabled": true,
  "iCloudDiagnosticsDisabled": true,
  "passCodeDisabled": true,
  "zoomDisabled": true,
  "iCloudStorageDisabled": true,
  "chooseYourLockScreenDisabled": true,
  "accessibilityScreenDisabled": true,
  "autoUnlockWithWatchDisabled": true
}