win32LobAppAutoUpdateSettings 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 perform the auto-update of an application.
Properties
Property | Type | Description |
---|---|---|
autoUpdateSupersededApps | win32LobAppAutoUpdateSupersededApps | The auto-update superseded apps setting for the app assignment. Possible values are notConfigured and enabled. Default value is notConfigured. Possible values are: notConfigured , enabled , unknownFutureValue . |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.win32LobAppAutoUpdateSettings",
"autoUpdateSupersededApps": "String"
}