winGetAppInstallTimeSettings 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.
Contains properties used to determine when to offer an app to devices and when to install the app on devices.
Properties
Property | Type | Description |
---|---|---|
useLocalTime | Boolean | Whether the local device time or UTC time should be used when determining the deadline times. |
deadlineDateTime | DateTimeOffset | The time at which the app should be installed. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.winGetAppInstallTimeSettings",
"useLocalTime": true,
"deadlineDateTime": "String (timestamp)"
}