iosVppAppAssignedUserLicense リソースの種類

名前空間: microsoft.graph

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

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

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

iosVppAppAssignedLicense から継承します

メソッド

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

プロパティ

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

リレーションシップ

なし

JSON 表記

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

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