iosVppEBook resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
A class containing the properties for iOS Vpp eBook.
Inherits from managedEBook
Methods
Method | Return Type | Description |
---|---|---|
List iosVppEBooks | iosVppEBook collection | List properties and relationships of the iosVppEBook objects. |
Get iosVppEBook | iosVppEBook | Read properties and relationships of the iosVppEBook object. |
Create iosVppEBook | iosVppEBook | Create a new iosVppEBook object. |
Delete iosVppEBook | None | Deletes a iosVppEBook. |
Update iosVppEBook | iosVppEBook | Update the properties of a iosVppEBook object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. Inherited from managedEBook |
displayName | String | Name of the eBook. Inherited from managedEBook |
description | String | Description. Inherited from managedEBook |
publisher | String | Publisher. Inherited from managedEBook |
publishedDateTime | DateTimeOffset | The date and time when the eBook was published. Inherited from managedEBook |
largeCover | mimeContent | Book cover. Inherited from managedEBook |
createdDateTime | DateTimeOffset | The date and time when the eBook file was created. Inherited from managedEBook |
lastModifiedDateTime | DateTimeOffset | The date and time when the eBook was last modified. Inherited from managedEBook |
informationUrl | String | The more information Url. Inherited from managedEBook |
privacyInformationUrl | String | The privacy statement Url. Inherited from managedEBook |
vppTokenId | Guid | The Vpp token ID. |
appleId | String | The Apple ID associated with Vpp token. |
vppOrganizationName | String | The Vpp token's organization name. |
genres | String collection | Genres. |
language | String | Language. |
seller | String | Seller. |
totalLicenseCount | Int32 | Total license count. |
usedLicenseCount | Int32 | Used license count. |
Relationships
Relationship | Type | Description |
---|---|---|
assignments | managedEBookAssignment collection | The list of assignments for this eBook. Inherited from managedEBook |
installSummary | eBookInstallSummary | Mobile App Install Summary. Inherited from managedEBook |
deviceStates | deviceInstallState collection | The list of installation states for this eBook. Inherited from managedEBook |
userStateSummary | userInstallStateSummary collection | The list of installation states for this eBook. Inherited from managedEBook |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.iosVppEBook",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"publisher": "String",
"publishedDateTime": "String (timestamp)",
"largeCover": {
"@odata.type": "microsoft.graph.mimeContent",
"type": "String",
"value": "binary"
},
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"informationUrl": "String",
"privacyInformationUrl": "String",
"vppTokenId": "Guid",
"appleId": "String",
"vppOrganizationName": "String",
"genres": [
"String"
],
"language": "String",
"seller": "String",
"totalLicenseCount": 1024,
"usedLicenseCount": 1024
}