iosVppAppAssignedDeviceLicense リソースの種類

名前空間: microsoft.graph

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

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

iOS ボリューム購入プログラムのデバイス ライセンスの割り当て。 このクラスは、作成、削除、更新をサポートしていません。

iosVppAppAssignedLicense からの継承

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。 iosVppAppAssignedLicense から継承
userEmailAddress String ユーザーの電子メール アドレス。 iosVppAppAssignedLicense から継承
userId String ユーザー ID。 iosVppAppAssignedLicense から継承
userName String ユーザー名。 iosVppAppAssignedLicense から継承
userPrincipalName String ユーザー プリンシパル名。 iosVppAppAssignedLicense から継承
managedDeviceId String 管理対象デバイス ID。
deviceName String デバイス名。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.iosVppAppAssignedDeviceLicense",
  "id": "String (identifier)",
  "userEmailAddress": "String",
  "userId": "String",
  "userName": "String",
  "userPrincipalName": "String",
  "managedDeviceId": "String",
  "deviceName": "String"
}