Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 526 Bytes

intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport-getdeviceswithoutcompliancepolicyreport-action-javascript-snippets.md

File metadata and controls

34 lines (28 loc) · 526 Bytes
description
Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const stream = {
  name: 'Name value',
  select: [
    'Select value'
  ],
  search: 'Search value',
  groupBy: [
    'Group By value'
  ],
  orderBy: [
    'Order By value'
  ],
  skip: 4,
  top: 3,
  sessionId: 'Session Id value',
  filter: 'Filter value'
};

await client.api('/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport')
	.post(stream);