winGetAppAssignmentSettings 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 assign a WinGet app to a group.
Inherits from mobileAppAssignmentSettings
Properties
Property | Type | Description |
---|---|---|
notifications | winGetAppNotification | The notification status for this app assignment. Possible values are: showAll , showReboot , hideAll , unknownFutureValue . |
restartSettings | winGetAppRestartSettings | The reboot settings to apply for this app assignment. |
installTimeSettings | winGetAppInstallTimeSettings | The install time settings to apply for this app assignment. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.winGetAppAssignmentSettings",
"notifications": "String",
"restartSettings": {
"@odata.type": "microsoft.graph.winGetAppRestartSettings",
"gracePeriodInMinutes": 1024,
"countdownDisplayBeforeRestartInMinutes": 1024,
"restartNotificationSnoozeDurationInMinutes": 1024
},
"installTimeSettings": {
"@odata.type": "microsoft.graph.winGetAppInstallTimeSettings",
"useLocalTime": true,
"deadlineDateTime": "String (timestamp)"
}
}