depEnrollmentBaseProfile リソースの種類

名前空間: microsoft.graph

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

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

DepEnrollmentBaseProfile リソースは、Apple デバイス登録プログラム (DEP) 登録プロファイルを表します。 この種類のプロファイルは、対応するデバイスが DEP 経由で登録する前に、Apple DEP シリアル番号に割り当てる必要があります。

enrollmentProfile からの継承

メソッド

メソッド 戻り値の型 説明
リスト depEnrollmentBaseProfiles depEnrollmentBaseProfile コレクション depEnrollmentBaseProfile オブジェクトのプロパティとリレーションシップを一覧表示します。
depEnrollmentBaseProfile を取得する depEnrollmentBaseProfile depEnrollmentBaseProfile オブジェクトのプロパティとリレーションシップを読み取る。

プロパティ

プロパティ 説明
id String オブジェクトの GUID enrollmentProfile から継承
displayName 文字列 プロファイルの名前 enrollmentProfile から継承
説明 String プロファイルの説明 enrollmentProfile から継承
requiresUserAuthentication Boolean プロファイルでユーザー認証が必要かどうかを示します 。enrollmentProfile から継承
configurationEndpointUrl 文字列 登録に使用する構成エンドポイントの URL enrollmentProfile から継承
enableAuthenticationViaCompanyPortal Boolean Apple セットアップ アシスタントを使用して認証を行う代わりに、認証を行ポータル サイト。 enrollmentProfile から継承
requireCompanyPortalOnSetupAssistantEnrolledDevices Boolean セットアップ アシスタント登録ポータル サイトに必要なデバイスが必要な場合を示します enrollmentProfile から継承
isDefault ブール型 (Boolean) これが既定のプロファイルかどうかを示します。
supervisedModeEnabled Boolean 監視モード、有効にする場合は True、それ以外の場合は false。 詳細については、「デバイスを Microsoft Intuneに登録する」を参照してください。
supportDepartment String サポート部門の情報
isMandatory Boolean プロファイルが必須かどうかを示します。
locationDisabled ブール値 場所サービスのセットアップ ウィンドウが無効になっているかどうかを示します。
supportPhoneNumber String サポート電話番号
profileRemovalDisabled ブール値 プロファイルの削除オプションが無効になっているかどうかを示します。
restoreBlocked ブール値 [復元] セットアップ ウィンドウがブロックされたかどうかを示します。
appleIdDisabled ブール値 Apple ID セットアップ ウィンドウが無効になっているかどうかを示します。
termsAndConditionsDisabled Boolean [条件] セットアップ ウィンドウが無効になっているかどうかを示します。
touchIdDisabled Boolean タッチ ID のセットアップ ウィンドウが無効になっているかどうかを示します。
applePayDisabled ブール値 Apple Pay セットアップ ウィンドウが無効になっているかどうかを示します。
siriDisabled ブール値 Siri セットアップ ウィンドウが無効になっているかどうかを示します。
diagnosticsDisabled Boolean 診断セットアップ ウィンドウが無効になっているかどうかを示します。
displayToneSetupDisabled Boolean displaytone セットアップ画面が無効になっているかどうかを示します。
privacyPaneDisabled ブール値 プライバシー画面が無効になっているかどうかを示します
screenTimeScreenDisabled ブール値 画面タイムアウトのセットアップが無効になっているかどうかを示します。
deviceNameTemplate 文字列 リテラルまたは名前のパターンを設定します。
configurationWebUrl ブール値 セットアップ アシスタント ログインの URL

リレーションシップ

なし

JSON 表記

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

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