3.0.0 • Published 5 years ago

@datafire/microsoft_graph v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

@datafire/microsoft_graph

Client library for OData Service for namespace microsoft.graph

Installation and Usage

npm install --save @datafire/microsoft_graph
let microsoft_graph = require('@datafire/microsoft_graph').create();

.then(data => {
  console.log(data);
});

Description

This OData service is located at https://graph.microsoft.com/v1.0

Actions

Security.security.GetSecurity

Get Security

microsoft_graph.Security.security.GetSecurity({}, context)

Input

  • input object
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

Security.security.UpdateSecurity

Update Security

microsoft_graph.Security.security.UpdateSecurity({
  "body": null
}, context)

Input

Output

Output schema unknown

Security.ListAlerts

Get alerts from Security

microsoft_graph.Security.ListAlerts({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

Security.CreateAlerts

Create new navigation property to alerts for Security

microsoft_graph.Security.CreateAlerts({
  "body": null
}, context)

Input

Output

Security.GetAlerts

Get alerts from Security

microsoft_graph.Security.GetAlerts({
  "alert-id": ""
}, context)

Input

  • input object
    • alert-id required string: key: alert-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

Security.UpdateAlerts

Update the navigation property alerts in Security

microsoft_graph.Security.UpdateAlerts({
  "alert-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

contracts.contract.ListContract

Get entities from contracts

microsoft_graph.contracts.contract.ListContract({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $search string: Search items by search phrases
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned

Output

contracts.contract.CreateContract

Add new entity to contracts

microsoft_graph.contracts.contract.CreateContract({
  "body": null
}, context)

Input

Output

contracts.contract.DeleteContract

Delete entity from contracts

microsoft_graph.contracts.contract.DeleteContract({
  "contract-id": ""
}, context)

Input

  • input object
    • contract-id required string: key: contract-id
    • If-Match string: ETag

Output

Output schema unknown

contracts.contract.GetContract

Get entity from contracts by key

microsoft_graph.contracts.contract.GetContract({
  "contract-id": ""
}, context)

Input

  • input object
    • contract-id required string: key: contract-id
    • $select array: Select properties to be returned

Output

contracts.contract.UpdateContract

Update entity in contracts

microsoft_graph.contracts.contract.UpdateContract({
  "contract-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.deviceAppManagement.GetDeviceAppManagement

Get deviceAppManagement

microsoft_graph.deviceAppManagement.deviceAppManagement.GetDeviceAppManagement({}, context)

Input

  • input object
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.deviceAppManagement.UpdateDeviceAppManagement

Update deviceAppManagement

microsoft_graph.deviceAppManagement.deviceAppManagement.UpdateDeviceAppManagement({
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.ListAndroidManagedAppProtections

Get androidManagedAppProtections from deviceAppManagement

microsoft_graph.deviceAppManagement.ListAndroidManagedAppProtections({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateAndroidManagedAppProtections

Create new navigation property to androidManagedAppProtections for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateAndroidManagedAppProtections({
  "body": null
}, context)

Input

Output

deviceAppManagement.GetAndroidManagedAppProtections

Get androidManagedAppProtections from deviceAppManagement

microsoft_graph.deviceAppManagement.GetAndroidManagedAppProtections({
  "androidManagedAppProtection-id": ""
}, context)

Input

  • input object
    • androidManagedAppProtection-id required string: key: androidManagedAppProtection-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateAndroidManagedAppProtections

Update the navigation property androidManagedAppProtections in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateAndroidManagedAppProtections({
  "androidManagedAppProtection-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.androidManagedAppProtections.ListApps

Get apps from deviceAppManagement

microsoft_graph.deviceAppManagement.androidManagedAppProtections.ListApps({
  "androidManagedAppProtection-id": ""
}, context)

Input

  • input object
    • androidManagedAppProtection-id required string: key: androidManagedAppProtection-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.androidManagedAppProtections.CreateApps

Create new navigation property to apps for deviceAppManagement

microsoft_graph.deviceAppManagement.androidManagedAppProtections.CreateApps({
  "androidManagedAppProtection-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.androidManagedAppProtections.GetApps

Get apps from deviceAppManagement

microsoft_graph.deviceAppManagement.androidManagedAppProtections.GetApps({
  "androidManagedAppProtection-id": "",
  "managedMobileApp-id": ""
}, context)

Input

  • input object
    • androidManagedAppProtection-id required string: key: androidManagedAppProtection-id
    • managedMobileApp-id required string: key: managedMobileApp-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.androidManagedAppProtections.UpdateApps

Update the navigation property apps in deviceAppManagement

microsoft_graph.deviceAppManagement.androidManagedAppProtections.UpdateApps({
  "androidManagedAppProtection-id": "",
  "managedMobileApp-id": "",
  "body": null
}, context)

Input

  • input object
    • androidManagedAppProtection-id required string: key: androidManagedAppProtection-id
    • managedMobileApp-id required string: key: managedMobileApp-id
    • body required microsoft.graph.managedMobileApp

Output

Output schema unknown

deviceAppManagement.androidManagedAppProtections.GetDeploymentSummary

Get deploymentSummary from deviceAppManagement

microsoft_graph.deviceAppManagement.androidManagedAppProtections.GetDeploymentSummary({
  "androidManagedAppProtection-id": ""
}, context)

Input

  • input object
    • androidManagedAppProtection-id required string: key: androidManagedAppProtection-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.androidManagedAppProtections.UpdateDeploymentSummary

Update the navigation property deploymentSummary in deviceAppManagement

microsoft_graph.deviceAppManagement.androidManagedAppProtections.UpdateDeploymentSummary({
  "androidManagedAppProtection-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.ListDefaultManagedAppProtections

Get defaultManagedAppProtections from deviceAppManagement

microsoft_graph.deviceAppManagement.ListDefaultManagedAppProtections({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateDefaultManagedAppProtections

Create new navigation property to defaultManagedAppProtections for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateDefaultManagedAppProtections({
  "body": null
}, context)

Input

Output

deviceAppManagement.GetDefaultManagedAppProtections

Get defaultManagedAppProtections from deviceAppManagement

microsoft_graph.deviceAppManagement.GetDefaultManagedAppProtections({
  "defaultManagedAppProtection-id": ""
}, context)

Input

  • input object
    • defaultManagedAppProtection-id required string: key: defaultManagedAppProtection-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateDefaultManagedAppProtections

Update the navigation property defaultManagedAppProtections in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateDefaultManagedAppProtections({
  "defaultManagedAppProtection-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.defaultManagedAppProtections.ListApps

Get apps from deviceAppManagement

microsoft_graph.deviceAppManagement.defaultManagedAppProtections.ListApps({
  "defaultManagedAppProtection-id": ""
}, context)

Input

  • input object
    • defaultManagedAppProtection-id required string: key: defaultManagedAppProtection-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.defaultManagedAppProtections.CreateApps

Create new navigation property to apps for deviceAppManagement

microsoft_graph.deviceAppManagement.defaultManagedAppProtections.CreateApps({
  "defaultManagedAppProtection-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.defaultManagedAppProtections.GetApps

Get apps from deviceAppManagement

microsoft_graph.deviceAppManagement.defaultManagedAppProtections.GetApps({
  "defaultManagedAppProtection-id": "",
  "managedMobileApp-id": ""
}, context)

Input

  • input object
    • defaultManagedAppProtection-id required string: key: defaultManagedAppProtection-id
    • managedMobileApp-id required string: key: managedMobileApp-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.defaultManagedAppProtections.UpdateApps

Update the navigation property apps in deviceAppManagement

microsoft_graph.deviceAppManagement.defaultManagedAppProtections.UpdateApps({
  "defaultManagedAppProtection-id": "",
  "managedMobileApp-id": "",
  "body": null
}, context)

Input

  • input object
    • defaultManagedAppProtection-id required string: key: defaultManagedAppProtection-id
    • managedMobileApp-id required string: key: managedMobileApp-id
    • body required microsoft.graph.managedMobileApp

Output

Output schema unknown

deviceAppManagement.defaultManagedAppProtections.GetDeploymentSummary

Get deploymentSummary from deviceAppManagement

microsoft_graph.deviceAppManagement.defaultManagedAppProtections.GetDeploymentSummary({
  "defaultManagedAppProtection-id": ""
}, context)

Input

  • input object
    • defaultManagedAppProtection-id required string: key: defaultManagedAppProtection-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.defaultManagedAppProtections.UpdateDeploymentSummary

Update the navigation property deploymentSummary in deviceAppManagement

microsoft_graph.deviceAppManagement.defaultManagedAppProtections.UpdateDeploymentSummary({
  "defaultManagedAppProtection-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.ListIosManagedAppProtections

Get iosManagedAppProtections from deviceAppManagement

microsoft_graph.deviceAppManagement.ListIosManagedAppProtections({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateIosManagedAppProtections

Create new navigation property to iosManagedAppProtections for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateIosManagedAppProtections({
  "body": null
}, context)

Input

Output

deviceAppManagement.GetIosManagedAppProtections

Get iosManagedAppProtections from deviceAppManagement

microsoft_graph.deviceAppManagement.GetIosManagedAppProtections({
  "iosManagedAppProtection-id": ""
}, context)

Input

  • input object
    • iosManagedAppProtection-id required string: key: iosManagedAppProtection-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateIosManagedAppProtections

Update the navigation property iosManagedAppProtections in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateIosManagedAppProtections({
  "iosManagedAppProtection-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.iosManagedAppProtections.ListApps

Get apps from deviceAppManagement

microsoft_graph.deviceAppManagement.iosManagedAppProtections.ListApps({
  "iosManagedAppProtection-id": ""
}, context)

Input

  • input object
    • iosManagedAppProtection-id required string: key: iosManagedAppProtection-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.iosManagedAppProtections.CreateApps

Create new navigation property to apps for deviceAppManagement

microsoft_graph.deviceAppManagement.iosManagedAppProtections.CreateApps({
  "iosManagedAppProtection-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.iosManagedAppProtections.GetApps

Get apps from deviceAppManagement

microsoft_graph.deviceAppManagement.iosManagedAppProtections.GetApps({
  "iosManagedAppProtection-id": "",
  "managedMobileApp-id": ""
}, context)

Input

  • input object
    • iosManagedAppProtection-id required string: key: iosManagedAppProtection-id
    • managedMobileApp-id required string: key: managedMobileApp-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.iosManagedAppProtections.UpdateApps

Update the navigation property apps in deviceAppManagement

microsoft_graph.deviceAppManagement.iosManagedAppProtections.UpdateApps({
  "iosManagedAppProtection-id": "",
  "managedMobileApp-id": "",
  "body": null
}, context)

Input

  • input object
    • iosManagedAppProtection-id required string: key: iosManagedAppProtection-id
    • managedMobileApp-id required string: key: managedMobileApp-id
    • body required microsoft.graph.managedMobileApp

Output

Output schema unknown

deviceAppManagement.iosManagedAppProtections.GetDeploymentSummary

Get deploymentSummary from deviceAppManagement

microsoft_graph.deviceAppManagement.iosManagedAppProtections.GetDeploymentSummary({
  "iosManagedAppProtection-id": ""
}, context)

Input

  • input object
    • iosManagedAppProtection-id required string: key: iosManagedAppProtection-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.iosManagedAppProtections.UpdateDeploymentSummary

Update the navigation property deploymentSummary in deviceAppManagement

microsoft_graph.deviceAppManagement.iosManagedAppProtections.UpdateDeploymentSummary({
  "iosManagedAppProtection-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.ListManagedAppPolicies

Get managedAppPolicies from deviceAppManagement

microsoft_graph.deviceAppManagement.ListManagedAppPolicies({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateManagedAppPolicies

Create new navigation property to managedAppPolicies for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateManagedAppPolicies({
  "body": null
}, context)

Input

Output

deviceAppManagement.GetManagedAppPolicies

Get managedAppPolicies from deviceAppManagement

microsoft_graph.deviceAppManagement.GetManagedAppPolicies({
  "managedAppPolicy-id": ""
}, context)

Input

  • input object
    • managedAppPolicy-id required string: key: managedAppPolicy-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateManagedAppPolicies

Update the navigation property managedAppPolicies in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateManagedAppPolicies({
  "managedAppPolicy-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.deviceAppManagement.targetApps

Invoke action targetApps

microsoft_graph.deviceAppManagement.deviceAppManagement.targetApps({
  "managedAppPolicy-id": "",
  "body": {}
}, context)

Input

  • input object
    • managedAppPolicy-id required string: key: managedAppPolicy-id
    • body required object
      • apps array

Output

Output schema unknown

deviceAppManagement.ListManagedAppRegistrations

Get managedAppRegistrations from deviceAppManagement

microsoft_graph.deviceAppManagement.ListManagedAppRegistrations({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateManagedAppRegistrations

Create new navigation property to managedAppRegistrations for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateManagedAppRegistrations({
  "body": null
}, context)

Input

Output

deviceAppManagement.deviceAppManagement.getUserIdsWithFlaggedAppRegistration.05c070a6053e0d99db2030a4

Invoke function getUserIdsWithFlaggedAppRegistration

microsoft_graph.deviceAppManagement.deviceAppManagement.getUserIdsWithFlaggedAppRegistration.05c070a6053e0d99db2030a4(null, context)

Input

This action has no parameters

Output

  • output array
    • items string

deviceAppManagement.GetManagedAppRegistrations

Get managedAppRegistrations from deviceAppManagement

microsoft_graph.deviceAppManagement.GetManagedAppRegistrations({
  "managedAppRegistration-id": ""
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateManagedAppRegistrations

Update the navigation property managedAppRegistrations in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateManagedAppRegistrations({
  "managedAppRegistration-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.managedAppRegistrations.ListAppliedPolicies

Get appliedPolicies from deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.ListAppliedPolicies({
  "managedAppRegistration-id": ""
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedAppRegistrations.CreateAppliedPolicies

Create new navigation property to appliedPolicies for deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.CreateAppliedPolicies({
  "managedAppRegistration-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.managedAppRegistrations.GetAppliedPolicies

Get appliedPolicies from deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.GetAppliedPolicies({
  "managedAppRegistration-id": "",
  "managedAppPolicy-id": ""
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • managedAppPolicy-id required string: key: managedAppPolicy-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedAppRegistrations.UpdateAppliedPolicies

Update the navigation property appliedPolicies in deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.UpdateAppliedPolicies({
  "managedAppRegistration-id": "",
  "managedAppPolicy-id": "",
  "body": null
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • managedAppPolicy-id required string: key: managedAppPolicy-id
    • body required microsoft.graph.managedAppPolicy

Output

Output schema unknown

deviceAppManagement.deviceAppManagement.targetApps

Invoke action targetApps

microsoft_graph.deviceAppManagement.deviceAppManagement.targetApps({
  "managedAppRegistration-id": "",
  "managedAppPolicy-id": "",
  "body": {}
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • managedAppPolicy-id required string: key: managedAppPolicy-id
    • body required object
      • apps array

Output

Output schema unknown

deviceAppManagement.managedAppRegistrations.ListIntendedPolicies

Get intendedPolicies from deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.ListIntendedPolicies({
  "managedAppRegistration-id": ""
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedAppRegistrations.CreateIntendedPolicies

Create new navigation property to intendedPolicies for deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.CreateIntendedPolicies({
  "managedAppRegistration-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.managedAppRegistrations.GetIntendedPolicies

Get intendedPolicies from deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.GetIntendedPolicies({
  "managedAppRegistration-id": "",
  "managedAppPolicy-id": ""
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • managedAppPolicy-id required string: key: managedAppPolicy-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedAppRegistrations.UpdateIntendedPolicies

Update the navigation property intendedPolicies in deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.UpdateIntendedPolicies({
  "managedAppRegistration-id": "",
  "managedAppPolicy-id": "",
  "body": null
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • managedAppPolicy-id required string: key: managedAppPolicy-id
    • body required microsoft.graph.managedAppPolicy

Output

Output schema unknown

deviceAppManagement.deviceAppManagement.targetApps

Invoke action targetApps

microsoft_graph.deviceAppManagement.deviceAppManagement.targetApps({
  "managedAppRegistration-id": "",
  "managedAppPolicy-id": "",
  "body": {}
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • managedAppPolicy-id required string: key: managedAppPolicy-id
    • body required object
      • apps array

Output

Output schema unknown

deviceAppManagement.managedAppRegistrations.ListOperations

Get operations from deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.ListOperations({
  "managedAppRegistration-id": ""
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedAppRegistrations.CreateOperations

Create new navigation property to operations for deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.CreateOperations({
  "managedAppRegistration-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.managedAppRegistrations.GetOperations

Get operations from deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.GetOperations({
  "managedAppRegistration-id": "",
  "managedAppOperation-id": ""
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • managedAppOperation-id required string: key: managedAppOperation-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedAppRegistrations.UpdateOperations

Update the navigation property operations in deviceAppManagement

microsoft_graph.deviceAppManagement.managedAppRegistrations.UpdateOperations({
  "managedAppRegistration-id": "",
  "managedAppOperation-id": "",
  "body": null
}, context)

Input

  • input object
    • managedAppRegistration-id required string: key: managedAppRegistration-id
    • managedAppOperation-id required string: key: managedAppOperation-id
    • body required microsoft.graph.managedAppOperation

Output

Output schema unknown

deviceAppManagement.ListManagedAppStatuses

Get managedAppStatuses from deviceAppManagement

microsoft_graph.deviceAppManagement.ListManagedAppStatuses({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateManagedAppStatuses

Create new navigation property to managedAppStatuses for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateManagedAppStatuses({
  "body": null
}, context)

Input

Output

deviceAppManagement.GetManagedAppStatuses

Get managedAppStatuses from deviceAppManagement

microsoft_graph.deviceAppManagement.GetManagedAppStatuses({
  "managedAppStatus-id": ""
}, context)

Input

  • input object
    • managedAppStatus-id required string: key: managedAppStatus-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateManagedAppStatuses

Update the navigation property managedAppStatuses in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateManagedAppStatuses({
  "managedAppStatus-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.ListManagedEBooks

Get managedEBooks from deviceAppManagement

microsoft_graph.deviceAppManagement.ListManagedEBooks({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateManagedEBooks

Create new navigation property to managedEBooks for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateManagedEBooks({
  "body": null
}, context)

Input

Output

deviceAppManagement.GetManagedEBooks

Get managedEBooks from deviceAppManagement

microsoft_graph.deviceAppManagement.GetManagedEBooks({
  "managedEBook-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateManagedEBooks

Update the navigation property managedEBooks in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateManagedEBooks({
  "managedEBook-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.deviceAppManagement.assign

Invoke action assign

microsoft_graph.deviceAppManagement.deviceAppManagement.assign({
  "managedEBook-id": "",
  "body": {}
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • body required object
      • managedEBookAssignments array

Output

Output schema unknown

deviceAppManagement.managedEBooks.ListAssignments

Get assignments from deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.ListAssignments({
  "managedEBook-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedEBooks.CreateAssignments

Create new navigation property to assignments for deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.CreateAssignments({
  "managedEBook-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.managedEBooks.GetAssignments

Get assignments from deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.GetAssignments({
  "managedEBook-id": "",
  "managedEBookAssignment-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • managedEBookAssignment-id required string: key: managedEBookAssignment-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedEBooks.UpdateAssignments

Update the navigation property assignments in deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.UpdateAssignments({
  "managedEBook-id": "",
  "managedEBookAssignment-id": "",
  "body": null
}, context)

Input

  • input object

Output

Output schema unknown

deviceAppManagement.managedEBooks.ListDeviceStates

Get deviceStates from deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.ListDeviceStates({
  "managedEBook-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedEBooks.CreateDeviceStates

Create new navigation property to deviceStates for deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.CreateDeviceStates({
  "managedEBook-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.managedEBooks.GetDeviceStates

Get deviceStates from deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.GetDeviceStates({
  "managedEBook-id": "",
  "deviceInstallState-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • deviceInstallState-id required string: key: deviceInstallState-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedEBooks.UpdateDeviceStates

Update the navigation property deviceStates in deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.UpdateDeviceStates({
  "managedEBook-id": "",
  "deviceInstallState-id": "",
  "body": null
}, context)

Input

  • input object

Output

Output schema unknown

deviceAppManagement.managedEBooks.GetInstallSummary

Get installSummary from deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.GetInstallSummary({
  "managedEBook-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedEBooks.UpdateInstallSummary

Update the navigation property installSummary in deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.UpdateInstallSummary({
  "managedEBook-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.managedEBooks.ListUserStateSummary

Get userStateSummary from deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.ListUserStateSummary({
  "managedEBook-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedEBooks.CreateUserStateSummary

Create new navigation property to userStateSummary for deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.CreateUserStateSummary({
  "managedEBook-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.managedEBooks.GetUserStateSummary

Get userStateSummary from deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.GetUserStateSummary({
  "managedEBook-id": "",
  "userInstallStateSummary-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • userInstallStateSummary-id required string: key: userInstallStateSummary-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedEBooks.UpdateUserStateSummary

Update the navigation property userStateSummary in deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.UpdateUserStateSummary({
  "managedEBook-id": "",
  "userInstallStateSummary-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.managedEBooks.userStateSummary.ListDeviceStates

Get deviceStates from deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.userStateSummary.ListDeviceStates({
  "managedEBook-id": "",
  "userInstallStateSummary-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • userInstallStateSummary-id required string: key: userInstallStateSummary-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedEBooks.userStateSummary.CreateDeviceStates

Create new navigation property to deviceStates for deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.userStateSummary.CreateDeviceStates({
  "managedEBook-id": "",
  "userInstallStateSummary-id": "",
  "body": null
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • userInstallStateSummary-id required string: key: userInstallStateSummary-id
    • body required microsoft.graph.deviceInstallState

Output

deviceAppManagement.managedEBooks.userStateSummary.GetDeviceStates

Get deviceStates from deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.userStateSummary.GetDeviceStates({
  "managedEBook-id": "",
  "userInstallStateSummary-id": "",
  "deviceInstallState-id": ""
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • userInstallStateSummary-id required string: key: userInstallStateSummary-id
    • deviceInstallState-id required string: key: deviceInstallState-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.managedEBooks.userStateSummary.UpdateDeviceStates

Update the navigation property deviceStates in deviceAppManagement

microsoft_graph.deviceAppManagement.managedEBooks.userStateSummary.UpdateDeviceStates({
  "managedEBook-id": "",
  "userInstallStateSummary-id": "",
  "deviceInstallState-id": "",
  "body": null
}, context)

Input

  • input object
    • managedEBook-id required string: key: managedEBook-id
    • userInstallStateSummary-id required string: key: userInstallStateSummary-id
    • deviceInstallState-id required string: key: deviceInstallState-id
    • body required microsoft.graph.deviceInstallState

Output

Output schema unknown

deviceAppManagement.ListMdmWindowsInformationProtectionPolicies

Get mdmWindowsInformationProtectionPolicies from deviceAppManagement

microsoft_graph.deviceAppManagement.ListMdmWindowsInformationProtectionPolicies({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateMdmWindowsInformationProtectionPolicies

Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateMdmWindowsInformationProtectionPolicies({
  "body": null
}, context)

Input

Output

deviceAppManagement.GetMdmWindowsInformationProtectionPolicies

Get mdmWindowsInformationProtectionPolicies from deviceAppManagement

microsoft_graph.deviceAppManagement.GetMdmWindowsInformationProtectionPolicies({
  "mdmWindowsInformationProtectionPolicy-id": ""
}, context)

Input

  • input object
    • mdmWindowsInformationProtectionPolicy-id required string: key: mdmWindowsInformationProtectionPolicy-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateMdmWindowsInformationProtectionPolicies

Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateMdmWindowsInformationProtectionPolicies({
  "mdmWindowsInformationProtectionPolicy-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.ListMobileAppCategories

Get mobileAppCategories from deviceAppManagement

microsoft_graph.deviceAppManagement.ListMobileAppCategories({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateMobileAppCategories

Create new navigation property to mobileAppCategories for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateMobileAppCategories({
  "body": null
}, context)

Input

Output

deviceAppManagement.GetMobileAppCategories

Get mobileAppCategories from deviceAppManagement

microsoft_graph.deviceAppManagement.GetMobileAppCategories({
  "mobileAppCategory-id": ""
}, context)

Input

  • input object
    • mobileAppCategory-id required string: key: mobileAppCategory-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateMobileAppCategories

Update the navigation property mobileAppCategories in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateMobileAppCategories({
  "mobileAppCategory-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.ListMobileAppConfigurations

Get mobileAppConfigurations from deviceAppManagement

microsoft_graph.deviceAppManagement.ListMobileAppConfigurations({}, context)

Input

  • input object
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.CreateMobileAppConfigurations

Create new navigation property to mobileAppConfigurations for deviceAppManagement

microsoft_graph.deviceAppManagement.CreateMobileAppConfigurations({
  "body": null
}, context)

Input

Output

deviceAppManagement.GetMobileAppConfigurations

Get mobileAppConfigurations from deviceAppManagement

microsoft_graph.deviceAppManagement.GetMobileAppConfigurations({
  "managedDeviceMobileAppConfiguration-id": ""
}, context)

Input

  • input object
    • managedDeviceMobileAppConfiguration-id required string: key: managedDeviceMobileAppConfiguration-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.UpdateMobileAppConfigurations

Update the navigation property mobileAppConfigurations in deviceAppManagement

microsoft_graph.deviceAppManagement.UpdateMobileAppConfigurations({
  "managedDeviceMobileAppConfiguration-id": "",
  "body": null
}, context)

Input

Output

Output schema unknown

deviceAppManagement.mobileAppConfigurations.ListAssignments

Get assignments from deviceAppManagement

microsoft_graph.deviceAppManagement.mobileAppConfigurations.ListAssignments({
  "managedDeviceMobileAppConfiguration-id": ""
}, context)

Input

  • input object
    • managedDeviceMobileAppConfiguration-id required string: key: managedDeviceMobileAppConfiguration-id
    • $top integer: Show only the first n items
    • $skip integer: Skip the first n items
    • $search string: Search items by search phrases
    • $filter string: Filter items by property values
    • $count boolean: Include count of items
    • $orderby array: Order items by property values
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.mobileAppConfigurations.CreateAssignments

Create new navigation property to assignments for deviceAppManagement

microsoft_graph.deviceAppManagement.mobileAppConfigurations.CreateAssignments({
  "managedDeviceMobileAppConfiguration-id": "",
  "body": null
}, context)

Input

Output

deviceAppManagement.mobileAppConfigurations.GetAssignments

Get assignments from deviceAppManagement

microsoft_graph.deviceAppManagement.mobileAppConfigurations.GetAssignments({
  "managedDeviceMobileAppConfiguration-id": "",
  "managedDeviceMobileAppConfigurationAssignment-id": ""
}, context)

Input

  • input object
    • managedDeviceMobileAppConfiguration-id required string: key: managedDeviceMobileAppConfiguration-id
    • managedDeviceMobileAppConfigurationAssignment-id required string: key: managedDeviceMobileAppConfigurationAssignment-id
    • $select array: Select properties to be returned
    • $expand array: Expand related entities

Output

deviceAppManagement.mobileAppConfigurations.UpdateAssignments

Update the navigation property assignments in deviceAppManagement

microsoft_graph.deviceAppManagement.mobileAppConfigurations.UpdateAssignments({
  "managedDeviceMobileAppConfiguration-id": "",
  "managedDeviceMobileAppConfigurationAssignment-id": "",
  "body": null
}, context)

Input

  • input object
    • managedD