Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 2.69 KB

intune-books-managedebookassignment.md

File metadata and controls

54 lines (46 loc) · 2.69 KB
title description author localization_priority ms.subservice doc_type
managedEBookAssignment resource type
Contains properties used to assign a eBook to a group.
jaiprakashmb
Normal
intune
resourcePageType

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"
}