appleOwnerTypeEnrollmentType リソースの種類

名前空間: microsoft.graph

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

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

プロパティ

プロパティ 説明
ownerType managedDeviceOwnerType 所有者の種類。 可能な値は unknowncompanypersonal です。
enrollmentType appleUserInitiatedEnrollmentType 登録の種類。 使用可能な値: unknowndeviceuseraccountDrivenUserEnrollmentwebDeviceEnrollmentunknownFutureValue

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.appleOwnerTypeEnrollmentType",
  "ownerType": "String",
  "enrollmentType": "String"
}