windowsKioskForceUpdateSchedule 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.

Windows 10 force update schedule for Kiosk devices.

Properties

Property Type Description
startDateTime DateTimeOffset The start time for the force restart.
recurrence windows10AppsUpdateRecurrence Recurrence schedule. Possible values are: none, daily, weekly, monthly.
dayofWeek dayOfWeek Day of week. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday.
dayofMonth Int32 Day of month. Valid values 1 to 31
runImmediatelyIfAfterStartDateTime Boolean If true, runs the task immediately if StartDateTime is in the past, else, runs at the next recurrence.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsKioskForceUpdateSchedule",
  "startDateTime": "String (timestamp)",
  "recurrence": "String",
  "dayofWeek": "String",
  "dayofMonth": 1024,
  "runImmediatelyIfAfterStartDateTime": true
}