iosVppAppAssignedUserLicense リソースの種類

名前空間: microsoft.graph

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

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

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

iosVppAppAssignedLicense からの継承

メソッド

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

プロパティ

プロパティ 説明
id 文字列 エンティティのキー。 iosVppAppAssignedLicense から継承
userEmailAddress 文字列 ユーザーの電子メール アドレス。 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"
}