iosVppAppAssignedLicense リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

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

プロパティ

プロパティ 説明
id String エンティティのキー。 このプロパティは読み取り専用です。
userEmailAddress String ユーザーの電子メール アドレス。
userId String ユーザー ID。
userName String ユーザー名。
userPrincipalName String ユーザー プリンシパル名。

リレーションシップ

なし

JSON 表記

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

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