mobileAppPublishingConstraints resource type
In this article
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 for constraints that the UX need to take into consideration to guide the user experience for app creation and publishing flow.
Property | Type | Description |
---|---|---|
win32LobAppConstraints | win32LobAppPublishingConstraints | Contains properties for Win32 LOB app publishing constraints. |
None
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.mobileAppPublishingConstraints",
"win32LobAppConstraints": {
"@odata.type": "microsoft.graph.win32LobAppPublishingConstraints",
"maxContentFileSizeInBytes": 1024
}
}