次の方法で共有


depEnrollmentProfile リソースの種類

名前空間: microsoft.graph

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

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

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

enrollmentProfile から継承します

メソッド

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

プロパティ

プロパティ 説明
id String enrollmentProfile から継承されたオブジェクトの GUID
displayName String enrollmentProfile から継承されたプロファイルの名前
説明 String enrollmentProfile から継承されたプロファイルの説明
requiresUserAuthentication ブール型 プロファイルでユーザー認証が必要かどうかを示します enrollmentProfile から継承
configurationEndpointUrl String enrollmentProfile から継承された登録に使用する構成エンドポイント URL
enableAuthenticationViaCompanyPortal ブール型 ポータル サイトではなく、Apple セットアップ アシスタントで認証することを示します。 enrollmentProfile から継承された
requireCompanyPortalOnSetupAssistantEnrolledDevices ブール型 登録されたデバイスのセットアップアシスタント enrollmentProfile から継承されたポータル サイトが必要であることを示します
isDefault ブール型 これが既定のプロファイルであるかどうかを示します
supervisedModeEnabled ブール型 監視モード、有効にする場合は True、それ以外の場合は false。 詳細については、「」を参照してください https://learn.microsoft.com/intune/deploy-use/enroll-devices-in-microsoft-intune
supportDepartment String サポート部門の情報
passCodeDisabled ブール型 [パスコードの設定] ウィンドウが無効になっているかどうかを示します
isMandatory ブール型 プロファイルが必須かどうかを示します
locationDisabled ブール型 [場所サービスのセットアップ] ウィンドウが無効になっているかどうかを示します
supportPhoneNumber String サポート電話番号
iTunesPairingMode iTunesPairingMode iTunes ペアリング モードを示します。 可能な値は disallowallowrequiresCertificate です。
profileRemovalDisabled ブール型 プロファイルの削除オプションが無効かどうかを示します
managementCertificates managementCertificateWithThumbprint コレクション Apple Configurator の管理証明書
restoreBlocked ブール型 [セットアップの復元] ウィンドウがブロックされているかどうかを示します
restoreFromAndroidDisabled ブール型 Android からの復元が無効かどうかを示します
appleIdDisabled ブール型 Apple ID セットアップ ウィンドウが無効になっているかどうかを示します
termsAndConditionsDisabled ブール型 [使用条件] 設定ウィンドウが無効になっているかどうかを示します
touchIdDisabled ブール型 タッチ ID の設定ウィンドウが無効になっているかどうかを示します
applePayDisabled ブール型 Apple の [支払い設定] ウィンドウが無効になっているかどうかを示します
zoomDisabled ブール型 ズーム 設定ウィンドウが無効になっているかどうかを示します
siriDisabled ブール型 Siri セットアップ ウィンドウが無効になっているかどうかを示します
diagnosticsDisabled ブール型 診断セットアップ ウィンドウが無効になっているかどうかを示します
macOSRegistrationDisabled ブール型 Mac OS の登録が無効かどうかを示します
macOSFileVaultDisabled ブール型 Mac OS ファイル コンテナーが無効かどうかを示します
awaitDeviceConfiguredConfirmation ブール型 デバイスが構成済みの確認を待機する必要があるかどうかを示します
sharedIPadMaximumUserCount Int32 これは、共有 iPad を使用できるユーザーの最大数を指定します。 共有 iPad モードでのみ適用されます。
enableSharedIPad ブール型 これは、マルチ ユーザー シナリオを有効にするモードでデバイスを登録するかどうかを示します。 共有 iPad でのみ適用されます。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.depEnrollmentProfile",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "requiresUserAuthentication": true,
  "configurationEndpointUrl": "String",
  "enableAuthenticationViaCompanyPortal": true,
  "requireCompanyPortalOnSetupAssistantEnrolledDevices": true,
  "isDefault": true,
  "supervisedModeEnabled": true,
  "supportDepartment": "String",
  "passCodeDisabled": true,
  "isMandatory": true,
  "locationDisabled": true,
  "supportPhoneNumber": "String",
  "iTunesPairingMode": "String",
  "profileRemovalDisabled": true,
  "managementCertificates": [
    {
      "@odata.type": "microsoft.graph.managementCertificateWithThumbprint",
      "thumbprint": "String",
      "certificate": "String"
    }
  ],
  "restoreBlocked": true,
  "restoreFromAndroidDisabled": true,
  "appleIdDisabled": true,
  "termsAndConditionsDisabled": true,
  "touchIdDisabled": true,
  "applePayDisabled": true,
  "zoomDisabled": true,
  "siriDisabled": true,
  "diagnosticsDisabled": true,
  "macOSRegistrationDisabled": true,
  "macOSFileVaultDisabled": true,
  "awaitDeviceConfiguredConfirmation": true,
  "sharedIPadMaximumUserCount": 1024,
  "enableSharedIPad": true
}