macOsVppAppAssignedLicense リソースの種類

名前空間: microsoft.graph

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

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

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

メソッド

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

プロパティ

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

リレーションシップ

なし

JSON 表記

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

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