Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties used to assign an iOS VPP EBook to a group.
Inherits from managedEBookAssignment
Methods
| Method | Return Type | Description | 
|---|---|---|
| List iosVppEBookAssignments | iosVppEBookAssignment collection | List properties and relationships of the iosVppEBookAssignment objects. | 
| Get iosVppEBookAssignment | iosVppEBookAssignment | Read properties and relationships of the iosVppEBookAssignment object. | 
| Create iosVppEBookAssignment | iosVppEBookAssignment | Create a new iosVppEBookAssignment object. | 
| Delete iosVppEBookAssignment | None | Deletes a iosVppEBookAssignment. | 
| Update iosVppEBookAssignment | iosVppEBookAssignment | Update the properties of a iosVppEBookAssignment object. | 
Properties
| Property | Type | Description | 
|---|---|---|
| id | String | Key of the entity. Inherited from managedEBookAssignment | 
| target | deviceAndAppManagementAssignmentTarget | The assignment target for eBook. Inherited from managedEBookAssignment | 
| installIntent | installIntent | The install intent for eBook. Inherited from managedEBookAssignment. Possible values are: available,required,uninstall,availableWithoutEnrollment. | 
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
  "@odata.type": "#microsoft.graph.iosVppEBookAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget"
  },
  "installIntent": "String"
}