Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Contains properties used to perform the auto-update of an application.
Properties
| Property | Type | Description |
|---|---|---|
| autoUpdateSupersededAppsState | win32LobAutoUpdateSupersededAppsState | The auto-update superseded apps state setting for the app assignment. Possible values are notConfigured and enabled. Default value is notConfigured. The possible values are: notConfigured, enabled, unknownFutureValue. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.win32LobAppAutoUpdateSettings",
"autoUpdateSupersededAppsState": "String"
}