managedEBookAssignment resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties used to assign a eBook to a group.
Methods
Method | Return Type | Description |
---|---|---|
List managedEBookAssignments | managedEBookAssignment collection | List properties and relationships of the managedEBookAssignment objects. |
Get managedEBookAssignment | managedEBookAssignment | Read properties and relationships of the managedEBookAssignment object. |
Create managedEBookAssignment | managedEBookAssignment | Create a new managedEBookAssignment object. |
Delete managedEBookAssignment | None | Deletes a managedEBookAssignment. |
Update managedEBookAssignment | managedEBookAssignment | Update the properties of a managedEBookAssignment object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
target | deviceAndAppManagementAssignmentTarget | The assignment target for eBook. |
installIntent | installIntent | The install intent for eBook. Possible values are: available , required , uninstall , availableWithoutEnrollment . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.managedEBookAssignment",
"id": "String (identifier)",
"target": {
"@odata.type": "microsoft.graph.allLicensedUsersAssignmentTarget"
},
"installIntent": "String"
}