enrollmentProfile リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

enrollmentProfile リソースは、ID が事前に設定されている特定のデバイスを登録するために事前登録を提供する必要がある構成のコレクションを表します。 事前に設定されたデバイス ID は、この種類のプロファイルに割り当て、対応するデバイスの登録時にプロファイルの構成を適用します。

メソッド

メソッド 戻り値の型 説明
登録の一覧Profiles enrollmentProfile コレクション enrollmentProfile オブジェクトのプロパティと リレーションシップを一覧表示 します。
登録の取得Profile enrollmentProfile enrollmentProfile オブジェクトのプロパティとリレーションシップ を読み取 る。
登録Profileの作成 enrollmentProfile 新しい enrollmentProfile オブジェクトを作成 します。
登録の削除Profile なし enrollmentProfile を削除します
登録の更新Profile enrollmentProfile enrollmentProfile オブジェクトのプロパティを更新します。
setDefaultProfile アクション なし まだ文書化されていません
exportMobileConfig 関数 String モバイル構成をエクスポートする
updateDeviceProfileAssignment アクション なし まだ文書化されていません

プロパティ

プロパティ 説明
id String オブジェクトの GUID
displayName String プロファイルの名前
description String プロファイルの説明
requiresUserAuthentication Boolean プロファイルでユーザー認証が必要かどうかを示します。
configurationEndpointUrl String 登録に使用する構成エンドポイントの URL
enableAuthenticationViaCompanyPortal Boolean Apple セットアップ アシスタントで認証を行う代わりに、認証を行ポータル サイト。
requireCompanyPortalOnSetupAssistantEnrolledDevices ブール値 セットアップ アシスタントがポータル サイトデバイスで必要なデバイスの設定が必要な場合を示します。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.enrollmentProfile",
  "id": "String (identifier)",
  "displayName": "String",
  "description": "String",
  "requiresUserAuthentication": true,
  "configurationEndpointUrl": "String",
  "enableAuthenticationViaCompanyPortal": true,
  "requireCompanyPortalOnSetupAssistantEnrolledDevices": true
}