sideLoadingKey resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
SideLoadingKey entity is required for Windows 8 and 8.1 devices to intall Line Of Business Apps for a tenant.
Methods
Method | Return Type | Description |
---|---|---|
List sideLoadingKeies | sideLoadingKey collection | List properties and relationships of the sideLoadingKey objects. |
Get sideLoadingKey | sideLoadingKey | Read properties and relationships of the sideLoadingKey object. |
Create sideLoadingKey | sideLoadingKey | Create a new sideLoadingKey object. |
Delete sideLoadingKey | None | Deletes a sideLoadingKey. |
Update sideLoadingKey | sideLoadingKey | Update the properties of a sideLoadingKey object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Side Loading Key Unique Id. |
value | String | Side Loading Key Value, it is 5x5 value, seperated by hiphens. |
displayName | String | Side Loading Key Name displayed to the ITPro Admins. |
description | String | Side Loading Key description displayed to the ITPro Admins.. |
totalActivation | Int32 | Side Loading Key Total Activation displayed to the ITPro Admins. |
lastUpdatedDateTime | String | Side Loading Key Last Updated Date displayed to the ITPro Admins. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.sideLoadingKey",
"id": "String (identifier)",
"value": "String",
"displayName": "String",
"description": "String",
"totalActivation": 1024,
"lastUpdatedDateTime": "String"
}