iosVppAppAssignedLicense リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

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

プロパティ

プロパティ 説明
id 文字列 エンティティのキー。
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"
}