Edit

Share via


iosVppAppAssignedUserLicense resource type

Namespace: microsoft.graph

Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

iOS Volume Purchase Program user license assignment. This class does not support Create, Delete, or Update.

Inherits from iosVppAppAssignedLicense

Methods

Method Return Type Description
List iosVppAppAssignedUserLicenses iosVppAppAssignedUserLicense collection List properties and relationships of the iosVppAppAssignedUserLicense objects.
Get iosVppAppAssignedUserLicense iosVppAppAssignedUserLicense Read properties and relationships of the iosVppAppAssignedUserLicense object.
Create iosVppAppAssignedUserLicense iosVppAppAssignedUserLicense Create a new iosVppAppAssignedUserLicense object.
Delete iosVppAppAssignedUserLicense None Deletes a iosVppAppAssignedUserLicense.
Update iosVppAppAssignedUserLicense iosVppAppAssignedUserLicense Update the properties of a iosVppAppAssignedUserLicense object.

Properties

Property Type Description
id String Key of the entity. This property is read-only. Inherited from iosVppAppAssignedLicense
userEmailAddress String The user email address. Inherited from iosVppAppAssignedLicense
userId String The user ID. Inherited from iosVppAppAssignedLicense
userName String The user name. Inherited from iosVppAppAssignedLicense
userPrincipalName String The user principal name. Inherited from iosVppAppAssignedLicense

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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