Microsoft Graph · Schema
microsoft.graph.win32LobAppAssignmentSettings
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.win32LobAppAssignmentSettings",
"title": "microsoft.graph.win32LobAppAssignmentSettings",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.mobileAppAssignmentSettings"
},
{
"title": "win32LobAppAssignmentSettings",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"autoUpdateSettings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.win32LobAppAutoUpdateSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The auto-update settings to apply for this app assignment."
},
"deliveryOptimizationPriority": {
"$ref": "#/components/schemas/microsoft.graph.win32LobAppDeliveryOptimizationPriority"
},
"installTimeSettings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.mobileAppInstallTimeSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The install time settings to apply for this app assignment."
},
"notifications": {
"$ref": "#/components/schemas/microsoft.graph.win32LobAppNotification"
},
"restartSettings": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.win32LobAppRestartSettings"
},
{
"type": "object",
"nullable": true
}
],
"description": "The reboot settings to apply for this app assignment."
},
"@odata.type": {
"type": "string",
"default": "#microsoft.graph.win32LobAppAssignmentSettings"
}
},
"description": "Contains properties used to assign an Win32 LOB mobile app to a group."
}
],
"x-ms-discriminator-value": "#microsoft.graph.win32LobAppAssignmentSettings"
}