openapi: 3.1.0 info: title: Microsoft Graph Admin Admin.admin deviceAppManagement.mobileApp API description: 'Microsoft Graph API for managing administrative resources in Microsoft Entra ID. This API enables administrators to manage Microsoft Edge browser settings, Internet Explorer mode configurations, site lists, shared browser sites, Microsoft 365 Apps installation options, people insights, service announcements, SharePoint settings, Copilot administration, directory administrative units, and admin consent policies.' version: 1.0.0 contact: name: Microsoft Graph API Support url: https://developer.microsoft.com/graph servers: - url: https://graph.microsoft.com/v1.0 description: Microsoft Graph API v1.0 endpoint tags: - name: deviceAppManagement.mobileApp paths: /deviceAppManagement/mobileApps: description: Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get mobileApps from deviceAppManagement description: The mobile apps. operationId: deviceAppManagement.ListMobileApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to mobileApps for deviceAppManagement operationId: deviceAppManagement.CreateMobileApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}: description: Provides operations to manage the mobileApps property of the microsoft.graph.deviceAppManagement entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get mobileApps from deviceAppManagement description: The mobile apps. operationId: deviceAppManagement.GetMobileApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property mobileApps in deviceAppManagement operationId: deviceAppManagement.UpdateMobileApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property mobileApps for deviceAppManagement operationId: deviceAppManagement.DeleteMobileApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.assignments.GetCount-493c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.categories.GetCount-6d0e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp: description: Casts the previous resource to androidLobApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidLobApp operationId: deviceAppManagement.GetMobileApps.AsAndroidLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.assignments.GetCount-1911 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.categories.GetCount-828c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps: description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.containedApps.GetCount-510a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.androidLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.androidLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.files.GetCount-d41e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidLobApp.contentVersions.GetCount-12ca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp: description: Casts the previous resource to androidStoreApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidStoreApp operationId: deviceAppManagement.GetMobileApps.AsAndroidStoreApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidStoreApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.assignments.GetCount-6eb3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsAndroidStoreApp.categories.GetCount-2f24 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/assign: description: Provides operations to call the assign method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/managedEBooks/{managedEBook-id}/assign - /deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign - /deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action assign operationId: deviceAppManagement.mobileApps.mobileApp.assign requestBody: description: Action parameters content: application/json: schema: type: object properties: mobileAppAssignments: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp: description: Casts the previous resource to iosLobApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosLobApp operationId: deviceAppManagement.GetMobileApps.AsIosLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.assignments.GetCount-22ac parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.categories.GetCount-9433 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsIosLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsIosLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps: description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.containedApps.GetCount-7a04 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.iosLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.iosLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.files.GetCount-ec6f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosLobApp.contentVersions.GetCount-e450 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp: description: Casts the previous resource to iosStoreApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosStoreApp operationId: deviceAppManagement.GetMobileApps.AsIosStoreApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosStoreApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosStoreApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosStoreApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosStoreApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosStoreApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosStoreApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosStoreApp.assignments.GetCount-ec45 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosStoreApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosStoreApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosStoreApp.categories.GetCount-06f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp: description: Casts the previous resource to iosVppApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosVppApp operationId: deviceAppManagement.GetMobileApps.AsIosVppApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosVppApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosVppApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosVppApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsIosVppApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosVppApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsIosVppApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosVppApp.assignments.GetCount-4b18 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosVppApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsIosVppApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsIosVppApp.categories.GetCount-7fa7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp: description: Casts the previous resource to macOSDmgApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSDmgApp operationId: deviceAppManagement.GetMobileApps.AsMacOSDmgApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.macOSDmgApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.assignments.GetCount-2a85 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.categories.GetCount-ccbd parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps: description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.containedApps.GetCount-19e5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.macOSDmgApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.macOSDmgApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.files.GetCount-36b4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSDmgApp.contentVersions.GetCount-df85 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp: description: Casts the previous resource to macOSLobApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSLobApp operationId: deviceAppManagement.GetMobileApps.AsMacOSLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.macOSLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.assignments.GetCount-0658 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.categories.GetCount-18f1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps: description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.containedApps.GetCount-667c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.macOSLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.macOSLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.files.GetCount-ebb2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMacOSLobApp.contentVersions.GetCount-f249 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp: description: Casts the previous resource to managedAndroidLobApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedAndroidLobApp operationId: deviceAppManagement.GetMobileApps.AsManagedAndroidLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAndroidLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.assignments.GetCount-7cc2 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.categories.GetCount-ebb1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.containedApps.GetCount-1666 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedAndroidLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedAndroidLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.files.GetCount-237b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedAndroidLobApp.contentVersions.GetCount-bb5b parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp: description: Casts the previous resource to managedIOSLobApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedIOSLobApp operationId: deviceAppManagement.GetMobileApps.AsManagedIOSLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedIOSLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.assignments.GetCount-6633 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.categories.GetCount-baea parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps: description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.containedApps.GetCount-877c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedIOSLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedIOSLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.files.GetCount-6260 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedIOSLobApp.contentVersions.GetCount-57c4 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp: description: Casts the previous resource to managedMobileLobApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedMobileLobApp operationId: deviceAppManagement.GetMobileApps.AsManagedMobileLobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileLobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.assignments.GetCount-7f2e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.categories.GetCount-6e46 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.managedMobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.containedApps.GetCount-4c53 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedMobileLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.managedMobileLobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.files.GetCount-f9ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsManagedMobileLobApp.contentVersions.GetCount-db35 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp: description: Casts the previous resource to microsoftStoreForBusinessApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.microsoftStoreForBusinessApp operationId: deviceAppManagement.GetMobileApps.AsMicrosoftStoreForBusinessApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.assignments.GetCount-38b3 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsMicrosoftStoreForBusinessApp.categories.GetCount-e09e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp: description: Casts the previous resource to win32LobApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.win32LobApp operationId: deviceAppManagement.GetMobileApps.AsWin32LobApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.win32LobApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.assignments.GetCount-ce71 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.categories.GetCount-fcaa parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps: description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.containedApps.GetCount-5c38 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.win32LobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.win32LobApp.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.files.GetCount-1de1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWin32LobApp.contentVersions.GetCount-1710 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX: description: Casts the previous resource to windowsAppX. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsAppX operationId: deviceAppManagement.GetMobileApps.AsWindowsAppX parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAppX' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.assignments.GetCount-59b1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.categories.GetCount-d1eb parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps: description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.containedApps.GetCount-d3ec parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsAppX.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsAppX.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.files.GetCount-21f7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsAppX.contentVersions.GetCount-e02a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI: description: Casts the previous resource to windowsMobileMSI. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsMobileMSI operationId: deviceAppManagement.GetMobileApps.AsWindowsMobileMSI parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsMobileMSI' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.assignments.GetCount-4603 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.categories.GetCount-4240 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps: description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.containedApps.GetCount-1ef7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsMobileMSI.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsMobileMSI.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.files.GetCount-56d9 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsMobileMSI.contentVersions.GetCount-4cf0 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX: description: Casts the previous resource to windowsUniversalAppX. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsUniversalAppX operationId: deviceAppManagement.GetMobileApps.AsWindowsUniversalAppX parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUniversalAppX' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.assignments.GetCount-07a1 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.categories.GetCount-c2ed parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps: description: Provides operations to manage the committedContainedApps property of the microsoft.graph.windowsUniversalAppX entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get committedContainedApps from deviceAppManagement description: The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.ListCommittedContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to committedContainedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.CreateCommittedContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}: description: Provides operations to manage the committedContainedApps property of the microsoft.graph.windowsUniversalAppX entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get committedContainedApps from deviceAppManagement description: The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.GetCommittedContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property committedContainedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.UpdateCommittedContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property committedContainedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.DeleteCommittedContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/committedContainedApps/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.committedContainedApps.GetCount-b859 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.ListContentVersions parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.CreateContentVersions requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}: description: Provides operations to manage the contentVersions property of the microsoft.graph.mobileLobApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get contentVersions from deviceAppManagement description: The list of content versions for this app. This property is read-only. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.GetContentVersions parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property contentVersions in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.UpdateContentVersions requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property contentVersions for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.DeleteContentVersions parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.ListContainedApps parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileContainedAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.CreateContainedApps requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} : description: Provides operations to manage the containedApps property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileContainedApp-id in: path description: The unique identifier of mobileContainedApp required: true schema: type: string x-ms-docs-key-type: mobileContainedApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get containedApps from deviceAppManagement description: The collection of contained apps in a MobileLobApp acting as a package. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.GetContainedApps parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property containedApps in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.UpdateContainedApps requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property containedApps for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.DeleteContainedApps parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.containedApps.GetCount-be43 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files: description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.ListFiles parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppContentFileCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.CreateFiles requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} : description: Provides operations to manage the files property of the microsoft.graph.mobileAppContent entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get files from deviceAppManagement description: The list of files for this app content version. operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.GetFiles parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property files in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.UpdateFiles requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property files for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.DeleteFiles parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit : description: Provides operations to call the commit method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action commit description: Commits a file of a given app. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsUniversalAppX.contentVersions.mobileAppContent.files.mobileAppContentFile.commit requestBody: description: Action parameters content: application/json: schema: type: object properties: fileEncryptionInfo: anyOf: - $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' - type: object nullable: true required: true responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload : description: Provides operations to call the renewUpload method. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent - name: mobileAppContentFile-id in: path description: The unique identifier of mobileAppContentFile required: true schema: type: string x-ms-docs-key-type: mobileAppContentFile x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Invoke action renewUpload description: Renews the SAS URI for an application file upload. operationId: deviceAppManagement.mobileApps.mobileApp.microsoft.graph.windowsUniversalAppX.contentVersions.mobileAppContent.files.mobileAppContentFile.renewUpload responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: action ? /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count : description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppContent-id in: path description: The unique identifier of mobileAppContent required: true schema: type: string x-ms-docs-key-type: mobileAppContent get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.files.GetCount-43a7 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/contentVersions/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsUniversalAppX.contentVersions.GetCount-2f10 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp: description: Casts the previous resource to windowsWebApp. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsWebApp operationId: deviceAppManagement.GetMobileApps.AsWindowsWebApp parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Entity result. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsWebApp' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.ListAssignments parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppAssignmentCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation post: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Create new navigation property to assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.CreateAssignments requestBody: description: New navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Created navigation property. content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/{mobileAppAssignment-id}: description: Provides operations to manage the assignments property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppAssignment-id in: path description: The unique identifier of mobileAppAssignment required: true schema: type: string x-ms-docs-key-type: mobileAppAssignment x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/assignments/{mobileAppAssignment-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get assignments from deviceAppManagement description: The list of group assignments for this mobile app. operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.GetAssignments parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Update the navigation property assignments in deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.UpdateAssignments requestBody: description: New navigation property values content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' required: true responses: 2XX: description: Success content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation delete: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Delete navigation property assignments for deviceAppManagement operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.DeleteAssignments parameters: - name: If-Match in: header description: ETag schema: type: string responses: '204': description: Success 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/assignments/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.assignments.GetCount-0362 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.ListCategories parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.mobileAppCategoryCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/{mobileAppCategory-id}: description: Provides operations to manage the categories property of the microsoft.graph.mobileApp entity. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp - name: mobileAppCategory-id in: path description: The unique identifier of mobileAppCategory required: true schema: type: string x-ms-docs-key-type: mobileAppCategory x-ms-docs-grouped-path: - /deviceAppManagement/mobileApps/{mobileApp-id}/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.androidStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosStoreApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.iosVppApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSDmgApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.macOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedAndroidLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedIOSLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.managedMobileLobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.win32LobApp/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsAppX/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsMobileMSI/categories/{mobileAppCategory-id} - /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsUniversalAppX/categories/{mobileAppCategory-id} get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get categories from deviceAppManagement description: The list of categories for this app. operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.GetCategories parameters: - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: description: Retrieved navigation property content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation /deviceAppManagement/mobileApps/{mobileApp-id}/graph.windowsWebApp/categories/$count: description: Provides operations to count the resources in the collection. parameters: - name: mobileApp-id in: path description: The unique identifier of mobileApp required: true schema: type: string x-ms-docs-key-type: mobileApp get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.AsWindowsWebApp.categories.GetCount-79ca parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.mobileApps.GetCount-dcef parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.androidLobApp: description: Casts the previous resource to androidLobApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.androidLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsAndroidLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.androidLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.androidLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsAndroidLobApp-3c7c parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.androidStoreApp: description: Casts the previous resource to androidStoreApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.androidStoreApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsAndroidStoreApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.androidStoreAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.androidStoreApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsAndroidStoreApp-fff5 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.iosLobApp: description: Casts the previous resource to iosLobApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.iosLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsIosLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.iosLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.iosLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsIosLobApp-f182 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.iosStoreApp: description: Casts the previous resource to iosStoreApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.iosStoreApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsIosStoreApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.iosStoreAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.iosStoreApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsIosStoreApp-6fbc parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.iosVppApp: description: Casts the previous resource to iosVppApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.iosVppApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsIosVppApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.iosVppAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.iosVppApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsIosVppApp-da96 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.macOSDmgApp: description: Casts the previous resource to macOSDmgApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.macOSDmgApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsMacOSDmgApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.macOSDmgAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.macOSDmgApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsMacOSDmgApp-b712 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.macOSLobApp: description: Casts the previous resource to macOSLobApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.macOSLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsMacOSLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.macOSLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.macOSLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsMacOSLobApp-6776 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.managedAndroidLobApp: description: Casts the previous resource to managedAndroidLobApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.managedAndroidLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsManagedAndroidLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedAndroidLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.managedAndroidLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsManagedAndroidLobApp-8619 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.managedIOSLobApp: description: Casts the previous resource to managedIOSLobApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.managedIOSLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsManagedIOSLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedIOSLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.managedIOSLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsManagedIOSLobApp-11b8 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.managedMobileLobApp: description: Casts the previous resource to managedMobileLobApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.managedMobileLobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsManagedMobileLobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.managedMobileLobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.managedMobileLobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsManagedMobileLobApp-469d parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp: description: Casts the previous resource to microsoftStoreForBusinessApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.microsoftStoreForBusinessApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsMicrosoftStoreForBusinessApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.microsoftStoreForBusinessAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.microsoftStoreForBusinessApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsMicrosoftStoreForBusinessApp-724e parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.win32LobApp: description: Casts the previous resource to win32LobApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.win32LobApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWin32LobApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.win32LobAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.win32LobApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWin32LobApp-513f parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.windowsAppX: description: Casts the previous resource to windowsAppX. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.windowsAppX in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWindowsAppX parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsAppXCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.windowsAppX/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWindowsAppX-2550 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.windowsMobileMSI: description: Casts the previous resource to windowsMobileMSI. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.windowsMobileMSI in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWindowsMobileMSI parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsMobileMSICollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.windowsMobileMSI/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWindowsMobileMSI-5644 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.windowsUniversalAppX: description: Casts the previous resource to windowsUniversalAppX. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.windowsUniversalAppX in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWindowsUniversalAppX parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsUniversalAppXCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.windowsUniversalAppX/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWindowsUniversalAppX-fe04 parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' /deviceAppManagement/mobileApps/graph.windowsWebApp: description: Casts the previous resource to windowsWebApp. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the items of type microsoft.graph.windowsWebApp in the microsoft.graph.mobileApp collection operationId: deviceAppManagement.ListMobileApps.AsWindowsWebApp parameters: - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' - $ref: '#/components/parameters/count' - name: $orderby in: query description: Order items by property values style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $select in: query description: Select properties to be returned style: form explode: false schema: uniqueItems: true type: array items: type: string - name: $expand in: query description: Expand related entities style: form explode: false schema: uniqueItems: true type: array items: type: string responses: 2XX: $ref: '#/components/responses/microsoft.graph.windowsWebAppCollectionResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore /deviceAppManagement/mobileApps/graph.windowsWebApp/$count: description: Provides operations to count the resources in the collection. get: tags: - deviceAppManagement.mobileApp summary: Microsoft Graph Get the number of the resource operationId: deviceAppManagement.MobileApps.GetCount.AsWindowsWebApp-f73a parameters: - $ref: '#/components/parameters/search' - $ref: '#/components/parameters/filter' responses: 2XX: $ref: '#/components/responses/ODataCountResponse' 4XX: $ref: '#/components/responses/error' 5XX: $ref: '#/components/responses/error' components: schemas: microsoft.graph.iosVppApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: iosVppApp required: - '@odata.type' type: object properties: applicableDeviceType: anyOf: - $ref: '#/components/schemas/microsoft.graph.iosDeviceType' - type: object nullable: true description: The applicable iOS Device Type. appStoreUrl: type: string description: The store URL. nullable: true bundleId: type: string description: The Identity Name. nullable: true licensingType: anyOf: - $ref: '#/components/schemas/microsoft.graph.vppLicensingType' - type: object nullable: true description: The supported License Type. releaseDateTime: pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: The VPP application release date and time. format: date-time nullable: true totalLicenseCount: maximum: 2147483647 minimum: -2147483648 type: number description: The total number of VPP licenses. format: int32 usedLicenseCount: maximum: 2147483647 minimum: -2147483648 type: number description: The number of VPP licenses in use. format: int32 vppTokenAccountType: $ref: '#/components/schemas/microsoft.graph.vppTokenAccountType' vppTokenAppleId: type: string description: The Apple Id associated with the given Apple Volume Purchase Program Token. nullable: true vppTokenOrganizationName: type: string description: The organization associated with the Apple Volume Purchase Program Token nullable: true '@odata.type': type: string default: '#microsoft.graph.iosVppApp' description: Contains properties and inherited properties for iOS Volume-Purchased Program (VPP) Apps. x-ms-discriminator-value: '#microsoft.graph.iosVppApp' microsoft.graph.managedAppAvailability: title: managedAppAvailability enum: - global - lineOfBusiness type: string description: A managed (MAM) application's availability. x-ms-enum: name: managedAppAvailability modelAsString: false values: - value: global description: A globally available app to all tenants. name: global - value: lineOfBusiness description: A line-of-business apps private to an organization. name: lineOfBusiness microsoft.graph.win32LobAppRule: title: win32LobAppRule required: - '@odata.type' type: object properties: ruleType: $ref: '#/components/schemas/microsoft.graph.win32LobAppRuleType' '@odata.type': type: string description: A base complex type to store the detection or requirement rule data for a Win32 LOB app. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.win32LobAppFileSystemRule': '#/components/schemas/microsoft.graph.win32LobAppFileSystemRule' '#microsoft.graph.win32LobAppPowerShellScriptRule': '#/components/schemas/microsoft.graph.win32LobAppPowerShellScriptRule' '#microsoft.graph.win32LobAppProductCodeRule': '#/components/schemas/microsoft.graph.win32LobAppProductCodeRule' '#microsoft.graph.win32LobAppRegistryRule': '#/components/schemas/microsoft.graph.win32LobAppRegistryRule' microsoft.graph.mobileAppCollectionResponse: title: Collection of mobileApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileApp' microsoft.graph.windowsDeviceType: title: windowsDeviceType enum: - none - desktop - mobile - holographic - team - unknownFutureValue type: string description: Contains properties for Windows device type. Multiple values can be selected. Default value is `none`. x-ms-enum-flags: isFlags: true x-ms-enum: name: windowsDeviceType modelAsString: false values: - value: none description: No device types supported. Default value. name: none - value: desktop description: Indicates support for Desktop Windows device type. name: desktop - value: mobile description: Indicates support for Mobile Windows device type. name: mobile - value: holographic description: Indicates support for Holographic Windows device type. name: holographic - value: team description: Indicates support for Team Windows device type. name: team - value: unknownFutureValue description: Evolvable enumeration sentinel value. Do not use. name: unknownFutureValue microsoft.graph.mimeContent: title: mimeContent required: - '@odata.type' type: object properties: type: type: string description: Indicates the content mime type. nullable: true value: type: string description: The byte array that contains the actual content. format: base64url nullable: true '@odata.type': type: string description: Contains properties for a generic mime content. microsoft.graph.macOSLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: macOSLobApp required: - '@odata.type' type: object properties: buildNumber: type: string description: The build number of the package. This should match the package CFBundleShortVersionString of the .pkg file. nullable: true bundleId: type: string description: The primary bundleId of the package. nullable: true childApps: type: array items: $ref: '#/components/schemas/microsoft.graph.macOSLobChildApp' description: List of ComplexType macOSLobChildApp objects. Represents the apps expected to be installed by the package. ignoreVersionDetection: type: boolean description: When TRUE, indicates that the app's version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app's version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature. The default value is FALSE. installAsManaged: type: boolean description: When TRUE, indicates that the app will be installed as managed (requires macOS 11.0 and other managed package restrictions). When FALSE, indicates that the app will be installed as unmanaged. The default value is FALSE. md5Hash: type: array items: type: string nullable: true description: The MD5 hash codes. This is empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file. md5HashChunkSize: maximum: 2147483647 minimum: -2147483648 type: number description: The chunk size for MD5 hash. This is '0' or empty if the package was uploaded directly. If the Intune App Wrapping Tool is used to create a .intunemac, this value can be found inside the Detection.xml file. format: int32 minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.macOSMinimumOperatingSystem' - type: object nullable: true description: ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application. versionNumber: type: string description: The version number of the package. This should match the package CFBundleVersion in the packageinfo file. nullable: true '@odata.type': type: string default: '#microsoft.graph.macOSLobApp' description: Contains properties and inherited properties for the macOS LOB App. x-ms-discriminator-value: '#microsoft.graph.macOSLobApp' microsoft.graph.managedIOSLobAppCollectionResponse: title: Collection of managedIOSLobApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.managedIOSLobApp' microsoft.graph.microsoftStoreForBusinessApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: microsoftStoreForBusinessApp required: - '@odata.type' type: object properties: licenseType: $ref: '#/components/schemas/microsoft.graph.microsoftStoreForBusinessLicenseType' packageIdentityName: type: string description: The app package identifier nullable: true productKey: type: string description: The app product key nullable: true totalLicenseCount: maximum: 2147483647 minimum: -2147483648 type: number description: The total number of Microsoft Store for Business licenses. format: int32 usedLicenseCount: maximum: 2147483647 minimum: -2147483648 type: number description: The number of Microsoft Store for Business licenses in use. format: int32 '@odata.type': type: string default: '#microsoft.graph.microsoftStoreForBusinessApp' description: Microsoft Store for Business Apps. This class does not support Create, Delete, or Update. x-ms-discriminator-value: '#microsoft.graph.microsoftStoreForBusinessApp' microsoft.graph.win32LobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: win32LobApp required: - '@odata.type' type: object properties: allowedArchitectures: anyOf: - $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' - type: object nullable: true description: 'Indicates the Windows architecture(s) this app should be installed on. The app will be treated as not applicable for devices with architectures not matching the selected value. When a non-null value is provided for the allowedArchitectures property, the value of the applicableArchitectures property is set to none. The possible values are: null, x86, x64, arm64. The possible values are: none, x86, x64, arm, neutral.' applicableArchitectures: $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' installCommandLine: type: string description: 'Indicates the command line to install this app. Used to install the Win32 app. Example: msiexec /i ''Orca.Msi'' /qn.' nullable: true installExperience: anyOf: - $ref: '#/components/schemas/microsoft.graph.win32LobAppInstallExperience' - type: object nullable: true description: Indicates the install experience for this app. minimumCpuSpeedInMHz: maximum: 2147483647 minimum: -2147483648 type: number description: Indicates the value for the minimum CPU speed which is required to install this app. Allowed range from 0 to clock speed from WMI helper. format: int32 nullable: true minimumFreeDiskSpaceInMB: maximum: 2147483647 minimum: -2147483648 type: number description: Indicates the value for the minimum free disk space which is required to install this app. Allowed range from 0 to driver's maximum available free space. format: int32 nullable: true minimumMemoryInMB: maximum: 2147483647 minimum: -2147483648 type: number description: Indicates the value for the minimum physical memory which is required to install this app. Allowed range from 0 to total physical memory from WMI helper. format: int32 nullable: true minimumNumberOfProcessors: maximum: 2147483647 minimum: -2147483648 type: number description: Indicates the value for the minimum number of processors which is required to install this app. Minimum value is 0. format: int32 nullable: true minimumSupportedWindowsRelease: type: string description: 'Indicates the value for the minimum supported windows release. Example: Windows11_23H2.' nullable: true msiInformation: anyOf: - $ref: '#/components/schemas/microsoft.graph.win32LobAppMsiInformation' - type: object nullable: true description: Indicates the MSI details if this Win32 app is an MSI app. returnCodes: type: array items: $ref: '#/components/schemas/microsoft.graph.win32LobAppReturnCode' description: Indicates the return codes for post installation behavior. rules: type: array items: $ref: '#/components/schemas/microsoft.graph.win32LobAppRule' description: 'Indicates the detection and requirement rules for this app. The possible values are: Win32LobAppFileSystemRule, Win32LobAppPowerShellScriptRule, Win32LobAppProductCodeRule, Win32LobAppRegistryRule.' setupFilePath: type: string description: 'Indicates the relative path of the setup file in the encrypted Win32LobApp package. Example: Intel-SA-00075 Detection and Mitigation Tool.msi.' nullable: true uninstallCommandLine: type: string description: 'Indicates the command line to uninstall this app. Used to uninstall the app. Example: msiexec /x ''{85F4CBCB-9BBC-4B50-A7D8-E1106771498D}'' /qn.' nullable: true '@odata.type': type: string default: '#microsoft.graph.win32LobApp' description: Contains properties and inherited properties for Win32 apps. x-ms-discriminator-value: '#microsoft.graph.win32LobApp' microsoft.graph.androidStoreAppCollectionResponse: title: Collection of androidStoreApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.androidStoreApp' microsoft.graph.microsoftStoreForBusinessLicenseType: title: microsoftStoreForBusinessLicenseType enum: - offline - online type: string microsoft.graph.iosDeviceType: title: iosDeviceType required: - '@odata.type' type: object properties: iPad: type: boolean description: Whether the app should run on iPads. iPhoneAndIPod: type: boolean description: Whether the app should run on iPhones and iPods. '@odata.type': type: string description: Contains properties of the possible iOS device types the mobile app can run on. microsoft.graph.windowsAppX: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: windowsAppX required: - '@odata.type' type: object properties: applicableArchitectures: $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' identityName: type: string description: 'The identity name of the uploaded app package. For example: ''Contoso.DemoApp''.' nullable: true identityPublisherHash: type: string description: 'The identity publisher hash of the uploaded app package. This is the hash of the publisher from the manifest. For example: ''AB82CD0XYZ''.' identityResourceIdentifier: type: string description: 'The identity resource identifier of the uploaded app package. For example: ''TestResourceId''.' nullable: true identityVersion: type: string description: 'The identity version of the uploaded app package. For example: ''1.0.0.0''.' nullable: true isBundle: type: boolean description: When TRUE, indicates that the app is a bundle. When FALSE, indicates that the app is not a bundle. By default, property is set to FALSE. minimumSupportedOperatingSystem: $ref: '#/components/schemas/microsoft.graph.windowsMinimumOperatingSystem' '@odata.type': type: string default: '#microsoft.graph.windowsAppX' description: Contains properties and inherited properties for Windows AppX Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.windowsAppX' microsoft.graph.win32LobAppMsiInformation: title: win32LobAppMsiInformation required: - '@odata.type' type: object properties: packageType: $ref: '#/components/schemas/microsoft.graph.win32LobAppMsiPackageType' productCode: type: string description: The MSI product code. nullable: true productName: type: string description: The MSI product name. nullable: true productVersion: type: string description: The MSI product version. nullable: true publisher: type: string description: The MSI publisher. nullable: true requiresReboot: type: boolean description: Whether the MSI app requires the machine to reboot to complete installation. upgradeCode: type: string description: The MSI upgrade code. nullable: true '@odata.type': type: string description: Contains MSI app properties for a Win32 App. microsoft.graph.win32LobAppRestartBehavior: title: win32LobAppRestartBehavior enum: - basedOnReturnCode - allow - suppress - force type: string description: Indicates the type of restart action. x-ms-enum: name: win32LobAppRestartBehavior modelAsString: false values: - value: basedOnReturnCode description: Intune will restart the device after running the app installation if the operation returns a reboot code. name: basedOnReturnCode - value: allow description: Intune will not take any specific action on reboot codes resulting from app installations. Intune will not attempt to suppress restarts for MSI apps. name: allow - value: suppress description: Intune will attempt to suppress restarts for MSI apps. name: suppress - value: force description: Intune will force the device to restart immediately after the app installation operation. name: force microsoft.graph.androidMinimumOperatingSystem: title: androidMinimumOperatingSystem required: - '@odata.type' type: object properties: v10_0: type: boolean description: When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v11_0: type: boolean description: When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v4_0: type: boolean description: When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v4_0_3: type: boolean description: When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v4_1: type: boolean description: When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v4_2: type: boolean description: When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v4_3: type: boolean description: When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v4_4: type: boolean description: When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v5_0: type: boolean description: When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v5_1: type: boolean description: When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v6_0: type: boolean description: When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v7_0: type: boolean description: When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v7_1: type: boolean description: When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v8_0: type: boolean description: When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v8_1: type: boolean description: When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. v9_0: type: boolean description: When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE. '@odata.type': type: string description: Contains properties for the minimum operating system required for an Android mobile app. microsoft.graph.win32LobAppRuleType: title: win32LobAppRuleType enum: - detection - requirement type: string description: Contains rule types for Win32 LOB apps. x-ms-enum: name: win32LobAppRuleType modelAsString: false values: - value: detection description: Detection rule. name: detection - value: requirement description: Requirement rule. name: requirement microsoft.graph.mobileAppAssignment: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileAppAssignment required: - '@odata.type' type: object properties: intent: $ref: '#/components/schemas/microsoft.graph.installIntent' settings: anyOf: - $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentSettings' - type: object nullable: true description: The settings for target assignment defined by the admin. target: anyOf: - $ref: '#/components/schemas/microsoft.graph.deviceAndAppManagementAssignmentTarget' - type: object nullable: true description: The target group assignment defined by the admin. '@odata.type': type: string description: A class containing the properties used for Group Assignment of a Mobile App. x-ms-discriminator-value: '#microsoft.graph.mobileAppAssignment' microsoft.graph.macOSDmgApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: macOSDmgApp required: - '@odata.type' type: object properties: ignoreVersionDetection: type: boolean description: When TRUE, indicates that the app's version will NOT be used to detect if the app is installed on a device. When FALSE, indicates that the app's version will be used to detect if the app is installed on a device. Set this to true for apps that use a self update feature. The default value is FALSE. includedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.macOSIncludedApp' description: The list of .apps expected to be installed by the DMG (Apple Disk Image). This collection can contain a maximum of 500 elements. minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.macOSMinimumOperatingSystem' - type: object nullable: true description: ComplexType macOSMinimumOperatingSystem that indicates the minimum operating system applicable for the application. primaryBundleId: type: string description: The bundleId of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleIdentifier in the app's bundle configuration. primaryBundleVersion: type: string description: The version of the primary .app in the DMG (Apple Disk Image). This maps to the CFBundleShortVersion in the app's bundle configuration. '@odata.type': type: string default: '#microsoft.graph.macOSDmgApp' description: Contains properties and inherited properties for the MacOS DMG (Apple Disk Image) App. x-ms-discriminator-value: '#microsoft.graph.macOSDmgApp' microsoft.graph.managedIOSLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.managedMobileLobApp' - title: managedIOSLobApp required: - '@odata.type' type: object properties: applicableDeviceType: $ref: '#/components/schemas/microsoft.graph.iosDeviceType' buildNumber: type: string description: The build number of managed iOS Line of Business (LoB) app. nullable: true bundleId: type: string description: The Identity Name. nullable: true expirationDateTime: pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: The expiration time. format: date-time nullable: true minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.iosMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. versionNumber: type: string description: The version number of managed iOS Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.managedIOSLobApp' description: Contains properties and inherited properties for Managed iOS Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.managedIOSLobApp' microsoft.graph.iosStoreAppCollectionResponse: title: Collection of iosStoreApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.iosStoreApp' microsoft.graph.iosStoreApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: iosStoreApp required: - '@odata.type' type: object properties: applicableDeviceType: $ref: '#/components/schemas/microsoft.graph.iosDeviceType' appStoreUrl: type: string description: The Apple App Store URL nullable: true bundleId: type: string description: The Identity Name. nullable: true minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.iosMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. '@odata.type': type: string default: '#microsoft.graph.iosStoreApp' description: Contains properties and inherited properties for iOS store apps. x-ms-discriminator-value: '#microsoft.graph.iosStoreApp' microsoft.graph.mobileApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileApp required: - '@odata.type' type: object properties: createdDateTime: pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: The date and time the app was created. This property is read-only. format: date-time readOnly: true description: type: string description: The description of the app. nullable: true developer: type: string description: The developer of the app. nullable: true displayName: type: string description: The admin provided or imported title of the app. nullable: true informationUrl: type: string description: The more information Url. nullable: true isFeatured: type: boolean description: The value indicating whether the app is marked as featured by the admin. largeIcon: anyOf: - $ref: '#/components/schemas/microsoft.graph.mimeContent' - type: object nullable: true description: The large icon, to be displayed in the app details and used for upload of the icon. lastModifiedDateTime: pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: The date and time the app was last modified. This property is read-only. format: date-time readOnly: true notes: type: string description: Notes for the app. nullable: true owner: type: string description: The owner of the app. nullable: true privacyInformationUrl: type: string description: The privacy statement Url. nullable: true publisher: type: string description: The publisher of the app. nullable: true publishingState: $ref: '#/components/schemas/microsoft.graph.mobileAppPublishingState' assignments: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' description: The list of group assignments for this mobile app. x-ms-navigationProperty: true categories: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' description: The list of categories for this app. x-ms-navigationProperty: true '@odata.type': type: string description: 'An abstract class containing the base properties for Intune mobile apps. Note: Listing mobile apps with `$expand=assignments` has been deprecated. Instead get the list of apps without the `$expand` query on `assignments`. Then, perform the expansion on individual applications.' discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.androidStoreApp': '#/components/schemas/microsoft.graph.androidStoreApp' '#microsoft.graph.iosiPadOSWebClip': '#/components/schemas/microsoft.graph.iosiPadOSWebClip' '#microsoft.graph.iosStoreApp': '#/components/schemas/microsoft.graph.iosStoreApp' '#microsoft.graph.iosVppApp': '#/components/schemas/microsoft.graph.iosVppApp' '#microsoft.graph.macOSMicrosoftDefenderApp': '#/components/schemas/microsoft.graph.macOSMicrosoftDefenderApp' '#microsoft.graph.macOSMicrosoftEdgeApp': '#/components/schemas/microsoft.graph.macOSMicrosoftEdgeApp' '#microsoft.graph.macOSOfficeSuiteApp': '#/components/schemas/microsoft.graph.macOSOfficeSuiteApp' '#microsoft.graph.managedApp': '#/components/schemas/microsoft.graph.managedApp' '#microsoft.graph.managedAndroidStoreApp': '#/components/schemas/microsoft.graph.managedAndroidStoreApp' '#microsoft.graph.managedIOSStoreApp': '#/components/schemas/microsoft.graph.managedIOSStoreApp' '#microsoft.graph.managedMobileLobApp': '#/components/schemas/microsoft.graph.managedMobileLobApp' '#microsoft.graph.managedAndroidLobApp': '#/components/schemas/microsoft.graph.managedAndroidLobApp' '#microsoft.graph.managedIOSLobApp': '#/components/schemas/microsoft.graph.managedIOSLobApp' '#microsoft.graph.microsoftStoreForBusinessApp': '#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp' '#microsoft.graph.mobileLobApp': '#/components/schemas/microsoft.graph.mobileLobApp' '#microsoft.graph.androidLobApp': '#/components/schemas/microsoft.graph.androidLobApp' '#microsoft.graph.iosLobApp': '#/components/schemas/microsoft.graph.iosLobApp' '#microsoft.graph.macOSDmgApp': '#/components/schemas/microsoft.graph.macOSDmgApp' '#microsoft.graph.macOSLobApp': '#/components/schemas/microsoft.graph.macOSLobApp' '#microsoft.graph.win32LobApp': '#/components/schemas/microsoft.graph.win32LobApp' '#microsoft.graph.windowsAppX': '#/components/schemas/microsoft.graph.windowsAppX' '#microsoft.graph.windowsMobileMSI': '#/components/schemas/microsoft.graph.windowsMobileMSI' '#microsoft.graph.windowsUniversalAppX': '#/components/schemas/microsoft.graph.windowsUniversalAppX' '#microsoft.graph.webApp': '#/components/schemas/microsoft.graph.webApp' '#microsoft.graph.windowsMicrosoftEdgeApp': '#/components/schemas/microsoft.graph.windowsMicrosoftEdgeApp' '#microsoft.graph.windowsWebApp': '#/components/schemas/microsoft.graph.windowsWebApp' microsoft.graph.vppLicensingType: title: vppLicensingType required: - '@odata.type' type: object properties: supportsDeviceLicensing: type: boolean description: Whether the program supports the device licensing type. supportsUserLicensing: type: boolean description: Whether the program supports the user licensing type. '@odata.type': type: string description: Contains properties for iOS Volume-Purchased Program (Vpp) Licensing Type. microsoft.graph.mobileAppAssignmentSettings: title: mobileAppAssignmentSettings required: - '@odata.type' type: object properties: '@odata.type': type: string description: Abstract class to contain properties used to assign a mobile app to a group. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.iosLobAppAssignmentSettings': '#/components/schemas/microsoft.graph.iosLobAppAssignmentSettings' '#microsoft.graph.iosStoreAppAssignmentSettings': '#/components/schemas/microsoft.graph.iosStoreAppAssignmentSettings' '#microsoft.graph.iosVppAppAssignmentSettings': '#/components/schemas/microsoft.graph.iosVppAppAssignmentSettings' '#microsoft.graph.macOsLobAppAssignmentSettings': '#/components/schemas/microsoft.graph.macOsLobAppAssignmentSettings' '#microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings': '#/components/schemas/microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings' '#microsoft.graph.win32LobAppAssignmentSettings': '#/components/schemas/microsoft.graph.win32LobAppAssignmentSettings' '#microsoft.graph.windowsAppXAppAssignmentSettings': '#/components/schemas/microsoft.graph.windowsAppXAppAssignmentSettings' '#microsoft.graph.windowsUniversalAppXAppAssignmentSettings': '#/components/schemas/microsoft.graph.windowsUniversalAppXAppAssignmentSettings' microsoft.graph.win32LobAppReturnCode: title: win32LobAppReturnCode required: - '@odata.type' type: object properties: returnCode: maximum: 2147483647 minimum: -2147483648 type: number description: Return code. format: int32 type: $ref: '#/components/schemas/microsoft.graph.win32LobAppReturnCodeType' '@odata.type': type: string description: Contains return code properties for a Win32 App microsoft.graph.windowsAppXCollectionResponse: title: Collection of windowsAppX type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsAppX' microsoft.graph.managedAndroidLobAppCollectionResponse: title: Collection of managedAndroidLobApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.managedAndroidLobApp' microsoft.graph.win32LobAppCollectionResponse: title: Collection of win32LobApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.win32LobApp' microsoft.graph.managedMobileLobAppCollectionResponse: title: Collection of managedMobileLobApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.managedMobileLobApp' microsoft.graph.iosVppAppCollectionResponse: title: Collection of iosVppApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.iosVppApp' microsoft.graph.macOSDmgAppCollectionResponse: title: Collection of macOSDmgApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.macOSDmgApp' microsoft.graph.macOSMinimumOperatingSystem: title: macOSMinimumOperatingSystem required: - '@odata.type' type: object properties: v10_10: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.10 or later is required to install the app. If 'False', OS X Version 10.10 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v10_11: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.11 or later is required to install the app. If 'False', OS X Version 10.11 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v10_12: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.12 or later is required to install the app. If 'False', OS X Version 10.12 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v10_13: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.13 or later is required to install the app. If 'False', OS X Version 10.13 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v10_14: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.14 or later is required to install the app. If 'False', OS X Version 10.14 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v10_15: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.15 or later is required to install the app. If 'False', OS X Version 10.15 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v10_7: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.7 or later is required to install the app. If 'False', OS X Version 10.7 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v10_8: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.8 or later is required to install the app. If 'False', OS X Version 10.8 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v10_9: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 10.9 or later is required to install the app. If 'False', OS X Version 10.9 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v11_0: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 11.0 or later is required to install the app. If 'False', OS X Version 11.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v12_0: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 12.0 or later is required to install the app. If 'False', OS X Version 12.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v13_0: type: boolean description: Indicates the minimum OS X version support required for the managed device. When 'True', macOS with OS X 13.0 or later is required to install the app. If 'False', OS X Version 13.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. '@odata.type': type: string description: The minimum operating system required for a macOS app. microsoft.graph.managedAndroidLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.managedMobileLobApp' - title: managedAndroidLobApp required: - '@odata.type' type: object properties: minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.androidMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. packageId: type: string description: The package identifier. nullable: true versionCode: type: string description: The version code of managed Android Line of Business (LoB) app. nullable: true versionName: type: string description: The version name of managed Android Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.managedAndroidLobApp' description: Contains properties and inherited properties for Managed Android Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.managedAndroidLobApp' microsoft.graph.runAsAccountType: title: runAsAccountType enum: - system - user type: string description: Indicates the type of execution context the app runs in. x-ms-enum: name: runAsAccountType modelAsString: false values: - value: system description: System context name: system - value: user description: User context name: user microsoft.graph.androidLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: androidLobApp required: - '@odata.type' type: object properties: minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.androidMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. packageId: type: string description: The package identifier. nullable: true versionCode: type: string description: The version code of Android Line of Business (LoB) app. nullable: true versionName: type: string description: The version name of Android Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.androidLobApp' description: Contains properties and inherited properties for Android Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.androidLobApp' ODataCountResponse: type: integer format: int32 microsoft.graph.windowsMobileMSI: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: windowsMobileMSI required: - '@odata.type' type: object properties: commandLine: type: string description: The command line. nullable: true ignoreVersionDetection: type: boolean description: A boolean to control whether the app's version will be used to detect the app after it is installed on a device. Set this to true for Windows Mobile MSI Line of Business (LoB) apps that use a self update feature. productCode: type: string description: The product code. nullable: true productVersion: type: string description: The product version of Windows Mobile MSI Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.windowsMobileMSI' description: Contains properties and inherited properties for Windows Mobile MSI Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.windowsMobileMSI' microsoft.graph.mobileLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: mobileLobApp required: - '@odata.type' type: object properties: committedContentVersion: type: string description: The internal committed content version. nullable: true fileName: type: string description: The name of the main Lob application file. nullable: true size: type: number description: The total size, including all uploaded files. This property is read-only. format: int64 readOnly: true contentVersions: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' description: The list of content versions for this app. This property is read-only. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.mobileLobApp' description: An abstract base class containing properties for all mobile line-of-business apps. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.androidLobApp': '#/components/schemas/microsoft.graph.androidLobApp' '#microsoft.graph.iosLobApp': '#/components/schemas/microsoft.graph.iosLobApp' '#microsoft.graph.macOSDmgApp': '#/components/schemas/microsoft.graph.macOSDmgApp' '#microsoft.graph.macOSLobApp': '#/components/schemas/microsoft.graph.macOSLobApp' '#microsoft.graph.win32LobApp': '#/components/schemas/microsoft.graph.win32LobApp' '#microsoft.graph.windowsAppX': '#/components/schemas/microsoft.graph.windowsAppX' '#microsoft.graph.windowsMobileMSI': '#/components/schemas/microsoft.graph.windowsMobileMSI' '#microsoft.graph.windowsUniversalAppX': '#/components/schemas/microsoft.graph.windowsUniversalAppX' microsoft.graph.mobileContainedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileContainedApp required: - '@odata.type' type: object properties: '@odata.type': type: string description: An abstract class that represents a contained app in a mobileApp acting as a package. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.windowsUniversalAppXContainedApp': '#/components/schemas/microsoft.graph.windowsUniversalAppXContainedApp' microsoft.graph.vppTokenAccountType: title: vppTokenAccountType enum: - business - education type: string description: Possible types of an Apple Volume Purchase Program token. x-ms-enum: name: vppTokenAccountType modelAsString: false values: - value: business description: Apple Volume Purchase Program token associated with an business program. name: business - value: education description: Apple Volume Purchase Program token associated with an education program. name: education microsoft.graph.entity: title: entity required: - '@odata.type' type: object properties: id: type: string description: The unique identifier for an entity. Read-only. '@odata.type': type: string discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.accessPackage': '#/components/schemas/microsoft.graph.accessPackage' '#microsoft.graph.accessPackageAssignment': '#/components/schemas/microsoft.graph.accessPackageAssignment' '#microsoft.graph.accessPackageAssignmentPolicy': '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy' '#microsoft.graph.accessPackageAssignmentRequest': '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest' '#microsoft.graph.accessPackageCatalog': '#/components/schemas/microsoft.graph.accessPackageCatalog' '#microsoft.graph.accessPackageQuestion': '#/components/schemas/microsoft.graph.accessPackageQuestion' '#microsoft.graph.accessPackageMultipleChoiceQuestion': '#/components/schemas/microsoft.graph.accessPackageMultipleChoiceQuestion' '#microsoft.graph.accessPackageTextInputQuestion': '#/components/schemas/microsoft.graph.accessPackageTextInputQuestion' '#microsoft.graph.accessPackageResource': '#/components/schemas/microsoft.graph.accessPackageResource' '#microsoft.graph.accessPackageResourceEnvironment': '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment' '#microsoft.graph.accessPackageResourceRequest': '#/components/schemas/microsoft.graph.accessPackageResourceRequest' '#microsoft.graph.accessPackageResourceRole': '#/components/schemas/microsoft.graph.accessPackageResourceRole' '#microsoft.graph.accessPackageResourceRoleScope': '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope' '#microsoft.graph.accessPackageResourceScope': '#/components/schemas/microsoft.graph.accessPackageResourceScope' '#microsoft.graph.accessPackageSubject': '#/components/schemas/microsoft.graph.accessPackageSubject' '#microsoft.graph.accessReviewHistoryDefinition': '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' '#microsoft.graph.accessReviewHistoryInstance': '#/components/schemas/microsoft.graph.accessReviewHistoryInstance' '#microsoft.graph.accessReviewInstance': '#/components/schemas/microsoft.graph.accessReviewInstance' '#microsoft.graph.accessReviewInstanceDecisionItem': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem' '#microsoft.graph.accessReviewReviewer': '#/components/schemas/microsoft.graph.accessReviewReviewer' '#microsoft.graph.accessReviewScheduleDefinition': '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition' '#microsoft.graph.accessReviewSet': '#/components/schemas/microsoft.graph.accessReviewSet' '#microsoft.graph.accessReviewStage': '#/components/schemas/microsoft.graph.accessReviewStage' '#microsoft.graph.activitiesContainer': '#/components/schemas/microsoft.graph.activitiesContainer' '#microsoft.graph.activityHistoryItem': '#/components/schemas/microsoft.graph.activityHistoryItem' '#microsoft.graph.adminConsentRequestPolicy': '#/components/schemas/microsoft.graph.adminConsentRequestPolicy' '#microsoft.graph.adminMicrosoft365Apps': '#/components/schemas/microsoft.graph.adminMicrosoft365Apps' '#microsoft.graph.adminReportSettings': '#/components/schemas/microsoft.graph.adminReportSettings' '#microsoft.graph.agreement': '#/components/schemas/microsoft.graph.agreement' '#microsoft.graph.agreementAcceptance': '#/components/schemas/microsoft.graph.agreementAcceptance' '#microsoft.graph.agreementFileProperties': '#/components/schemas/microsoft.graph.agreementFileProperties' '#microsoft.graph.agreementFile': '#/components/schemas/microsoft.graph.agreementFile' '#microsoft.graph.agreementFileLocalization': '#/components/schemas/microsoft.graph.agreementFileLocalization' '#microsoft.graph.agreementFileVersion': '#/components/schemas/microsoft.graph.agreementFileVersion' '#microsoft.graph.aiInteraction': '#/components/schemas/microsoft.graph.aiInteraction' '#microsoft.graph.aiInteractionHistory': '#/components/schemas/microsoft.graph.aiInteractionHistory' '#microsoft.graph.aiUser': '#/components/schemas/microsoft.graph.aiUser' '#microsoft.graph.alert': '#/components/schemas/microsoft.graph.alert' '#microsoft.graph.allowedValue': '#/components/schemas/microsoft.graph.allowedValue' '#microsoft.graph.appCatalogs': '#/components/schemas/microsoft.graph.appCatalogs' '#microsoft.graph.appConsentApprovalRoute': '#/components/schemas/microsoft.graph.appConsentApprovalRoute' '#microsoft.graph.appConsentRequest': '#/components/schemas/microsoft.graph.appConsentRequest' '#microsoft.graph.applePushNotificationCertificate': '#/components/schemas/microsoft.graph.applePushNotificationCertificate' '#microsoft.graph.applicationTemplate': '#/components/schemas/microsoft.graph.applicationTemplate' '#microsoft.graph.appLogCollectionRequest': '#/components/schemas/microsoft.graph.appLogCollectionRequest' '#microsoft.graph.approval': '#/components/schemas/microsoft.graph.approval' '#microsoft.graph.approvalStage': '#/components/schemas/microsoft.graph.approvalStage' '#microsoft.graph.appScope': '#/components/schemas/microsoft.graph.appScope' '#microsoft.graph.attachment': '#/components/schemas/microsoft.graph.attachment' '#microsoft.graph.fileAttachment': '#/components/schemas/microsoft.graph.fileAttachment' '#microsoft.graph.itemAttachment': '#/components/schemas/microsoft.graph.itemAttachment' '#microsoft.graph.referenceAttachment': '#/components/schemas/microsoft.graph.referenceAttachment' '#microsoft.graph.attachmentBase': '#/components/schemas/microsoft.graph.attachmentBase' '#microsoft.graph.taskFileAttachment': '#/components/schemas/microsoft.graph.taskFileAttachment' '#microsoft.graph.attachmentSession': '#/components/schemas/microsoft.graph.attachmentSession' '#microsoft.graph.attackSimulationRoot': '#/components/schemas/microsoft.graph.attackSimulationRoot' '#microsoft.graph.attendanceRecord': '#/components/schemas/microsoft.graph.attendanceRecord' '#microsoft.graph.attributeMappingFunctionSchema': '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema' '#microsoft.graph.attributeSet': '#/components/schemas/microsoft.graph.attributeSet' '#microsoft.graph.audioRoutingGroup': '#/components/schemas/microsoft.graph.audioRoutingGroup' '#microsoft.graph.auditEvent': '#/components/schemas/microsoft.graph.auditEvent' '#microsoft.graph.auditLogRoot': '#/components/schemas/microsoft.graph.auditLogRoot' '#microsoft.graph.authentication': '#/components/schemas/microsoft.graph.authentication' '#microsoft.graph.authenticationCombinationConfiguration': '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration' '#microsoft.graph.fido2CombinationConfiguration': '#/components/schemas/microsoft.graph.fido2CombinationConfiguration' '#microsoft.graph.x509CertificateCombinationConfiguration': '#/components/schemas/microsoft.graph.x509CertificateCombinationConfiguration' '#microsoft.graph.authenticationContextClassReference': '#/components/schemas/microsoft.graph.authenticationContextClassReference' '#microsoft.graph.authenticationEventListener': '#/components/schemas/microsoft.graph.authenticationEventListener' '#microsoft.graph.onAttributeCollectionListener': '#/components/schemas/microsoft.graph.onAttributeCollectionListener' '#microsoft.graph.onAttributeCollectionStartListener': '#/components/schemas/microsoft.graph.onAttributeCollectionStartListener' '#microsoft.graph.onAttributeCollectionSubmitListener': '#/components/schemas/microsoft.graph.onAttributeCollectionSubmitListener' '#microsoft.graph.onAuthenticationMethodLoadStartListener': '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartListener' '#microsoft.graph.onEmailOtpSendListener': '#/components/schemas/microsoft.graph.onEmailOtpSendListener' '#microsoft.graph.onFraudProtectionLoadStartListener': '#/components/schemas/microsoft.graph.onFraudProtectionLoadStartListener' '#microsoft.graph.onInteractiveAuthFlowStartListener': '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener' '#microsoft.graph.onTokenIssuanceStartListener': '#/components/schemas/microsoft.graph.onTokenIssuanceStartListener' '#microsoft.graph.onUserCreateStartListener': '#/components/schemas/microsoft.graph.onUserCreateStartListener' '#microsoft.graph.authenticationEventsFlow': '#/components/schemas/microsoft.graph.authenticationEventsFlow' '#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow': '#/components/schemas/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow' '#microsoft.graph.authenticationFlowsPolicy': '#/components/schemas/microsoft.graph.authenticationFlowsPolicy' '#microsoft.graph.authenticationMethod': '#/components/schemas/microsoft.graph.authenticationMethod' '#microsoft.graph.emailAuthenticationMethod': '#/components/schemas/microsoft.graph.emailAuthenticationMethod' '#microsoft.graph.fido2AuthenticationMethod': '#/components/schemas/microsoft.graph.fido2AuthenticationMethod' '#microsoft.graph.microsoftAuthenticatorAuthenticationMethod': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod' '#microsoft.graph.passwordAuthenticationMethod': '#/components/schemas/microsoft.graph.passwordAuthenticationMethod' '#microsoft.graph.phoneAuthenticationMethod': '#/components/schemas/microsoft.graph.phoneAuthenticationMethod' '#microsoft.graph.platformCredentialAuthenticationMethod': '#/components/schemas/microsoft.graph.platformCredentialAuthenticationMethod' '#microsoft.graph.softwareOathAuthenticationMethod': '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod' '#microsoft.graph.temporaryAccessPassAuthenticationMethod': '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod' '#microsoft.graph.windowsHelloForBusinessAuthenticationMethod': '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod' '#microsoft.graph.authenticationMethodConfiguration': '#/components/schemas/microsoft.graph.authenticationMethodConfiguration' '#microsoft.graph.emailAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.emailAuthenticationMethodConfiguration' '#microsoft.graph.fido2AuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.fido2AuthenticationMethodConfiguration' '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration' '#microsoft.graph.smsAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.smsAuthenticationMethodConfiguration' '#microsoft.graph.softwareOathAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethodConfiguration' '#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration' '#microsoft.graph.voiceAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.voiceAuthenticationMethodConfiguration' '#microsoft.graph.x509CertificateAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.x509CertificateAuthenticationMethodConfiguration' '#microsoft.graph.authenticationMethodModeDetail': '#/components/schemas/microsoft.graph.authenticationMethodModeDetail' '#microsoft.graph.authenticationMethodsPolicy': '#/components/schemas/microsoft.graph.authenticationMethodsPolicy' '#microsoft.graph.authenticationMethodsRoot': '#/components/schemas/microsoft.graph.authenticationMethodsRoot' '#microsoft.graph.authenticationMethodTarget': '#/components/schemas/microsoft.graph.authenticationMethodTarget' '#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget' '#microsoft.graph.smsAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget' '#microsoft.graph.authenticationStrengthPolicy': '#/components/schemas/microsoft.graph.authenticationStrengthPolicy' '#microsoft.graph.authenticationStrengthRoot': '#/components/schemas/microsoft.graph.authenticationStrengthRoot' '#microsoft.graph.authoredNote': '#/components/schemas/microsoft.graph.authoredNote' '#microsoft.graph.backupRestoreRoot': '#/components/schemas/microsoft.graph.backupRestoreRoot' '#microsoft.graph.baseItem': '#/components/schemas/microsoft.graph.baseItem' '#microsoft.graph.baseSitePage': '#/components/schemas/microsoft.graph.baseSitePage' '#microsoft.graph.sitePage': '#/components/schemas/microsoft.graph.sitePage' '#microsoft.graph.drive': '#/components/schemas/microsoft.graph.drive' '#microsoft.graph.driveItem': '#/components/schemas/microsoft.graph.driveItem' '#microsoft.graph.list': '#/components/schemas/microsoft.graph.list' '#microsoft.graph.listItem': '#/components/schemas/microsoft.graph.listItem' '#microsoft.graph.recycleBin': '#/components/schemas/microsoft.graph.recycleBin' '#microsoft.graph.recycleBinItem': '#/components/schemas/microsoft.graph.recycleBinItem' '#microsoft.graph.sharedDriveItem': '#/components/schemas/microsoft.graph.sharedDriveItem' '#microsoft.graph.site': '#/components/schemas/microsoft.graph.site' '#microsoft.graph.baseItemVersion': '#/components/schemas/microsoft.graph.baseItemVersion' '#microsoft.graph.driveItemVersion': '#/components/schemas/microsoft.graph.driveItemVersion' '#microsoft.graph.listItemVersion': '#/components/schemas/microsoft.graph.listItemVersion' '#microsoft.graph.documentSetVersion': '#/components/schemas/microsoft.graph.documentSetVersion' '#microsoft.graph.baseMapFeature': '#/components/schemas/microsoft.graph.baseMapFeature' '#microsoft.graph.buildingMap': '#/components/schemas/microsoft.graph.buildingMap' '#microsoft.graph.fixtureMap': '#/components/schemas/microsoft.graph.fixtureMap' '#microsoft.graph.footprintMap': '#/components/schemas/microsoft.graph.footprintMap' '#microsoft.graph.levelMap': '#/components/schemas/microsoft.graph.levelMap' '#microsoft.graph.sectionMap': '#/components/schemas/microsoft.graph.sectionMap' '#microsoft.graph.unitMap': '#/components/schemas/microsoft.graph.unitMap' '#microsoft.graph.bitlocker': '#/components/schemas/microsoft.graph.bitlocker' '#microsoft.graph.bitlockerRecoveryKey': '#/components/schemas/microsoft.graph.bitlockerRecoveryKey' '#microsoft.graph.bookingAppointment': '#/components/schemas/microsoft.graph.bookingAppointment' '#microsoft.graph.bookingBusiness': '#/components/schemas/microsoft.graph.bookingBusiness' '#microsoft.graph.bookingCurrency': '#/components/schemas/microsoft.graph.bookingCurrency' '#microsoft.graph.bookingCustomerBase': '#/components/schemas/microsoft.graph.bookingCustomerBase' '#microsoft.graph.bookingCustomer': '#/components/schemas/microsoft.graph.bookingCustomer' '#microsoft.graph.bookingCustomQuestion': '#/components/schemas/microsoft.graph.bookingCustomQuestion' '#microsoft.graph.bookingService': '#/components/schemas/microsoft.graph.bookingService' '#microsoft.graph.bookingStaffMemberBase': '#/components/schemas/microsoft.graph.bookingStaffMemberBase' '#microsoft.graph.bookingStaffMember': '#/components/schemas/microsoft.graph.bookingStaffMember' '#microsoft.graph.browserSharedCookie': '#/components/schemas/microsoft.graph.browserSharedCookie' '#microsoft.graph.browserSite': '#/components/schemas/microsoft.graph.browserSite' '#microsoft.graph.browserSiteList': '#/components/schemas/microsoft.graph.browserSiteList' '#microsoft.graph.bulkUpload': '#/components/schemas/microsoft.graph.bulkUpload' '#microsoft.graph.calendar': '#/components/schemas/microsoft.graph.calendar' '#microsoft.graph.calendarGroup': '#/components/schemas/microsoft.graph.calendarGroup' '#microsoft.graph.calendarPermission': '#/components/schemas/microsoft.graph.calendarPermission' '#microsoft.graph.call': '#/components/schemas/microsoft.graph.call' '#microsoft.graph.callEvent': '#/components/schemas/microsoft.graph.callEvent' '#microsoft.graph.emergencyCallEvent': '#/components/schemas/microsoft.graph.emergencyCallEvent' '#microsoft.graph.callRecording': '#/components/schemas/microsoft.graph.callRecording' '#microsoft.graph.callTranscript': '#/components/schemas/microsoft.graph.callTranscript' '#microsoft.graph.canvasLayout': '#/components/schemas/microsoft.graph.canvasLayout' '#microsoft.graph.certificateBasedAuthConfiguration': '#/components/schemas/microsoft.graph.certificateBasedAuthConfiguration' '#microsoft.graph.changeTrackedEntity': '#/components/schemas/microsoft.graph.changeTrackedEntity' '#microsoft.graph.dayNote': '#/components/schemas/microsoft.graph.dayNote' '#microsoft.graph.openShift': '#/components/schemas/microsoft.graph.openShift' '#microsoft.graph.scheduleChangeRequest': '#/components/schemas/microsoft.graph.scheduleChangeRequest' '#microsoft.graph.offerShiftRequest': '#/components/schemas/microsoft.graph.offerShiftRequest' '#microsoft.graph.swapShiftsChangeRequest': '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' '#microsoft.graph.openShiftChangeRequest': '#/components/schemas/microsoft.graph.openShiftChangeRequest' '#microsoft.graph.timeOffRequest': '#/components/schemas/microsoft.graph.timeOffRequest' '#microsoft.graph.schedulingGroup': '#/components/schemas/microsoft.graph.schedulingGroup' '#microsoft.graph.shift': '#/components/schemas/microsoft.graph.shift' '#microsoft.graph.shiftPreferences': '#/components/schemas/microsoft.graph.shiftPreferences' '#microsoft.graph.timeCard': '#/components/schemas/microsoft.graph.timeCard' '#microsoft.graph.timeOff': '#/components/schemas/microsoft.graph.timeOff' '#microsoft.graph.timeOffReason': '#/components/schemas/microsoft.graph.timeOffReason' '#microsoft.graph.workforceIntegration': '#/components/schemas/microsoft.graph.workforceIntegration' '#microsoft.graph.channel': '#/components/schemas/microsoft.graph.channel' '#microsoft.graph.chat': '#/components/schemas/microsoft.graph.chat' '#microsoft.graph.chatMessage': '#/components/schemas/microsoft.graph.chatMessage' '#microsoft.graph.chatMessageInfo': '#/components/schemas/microsoft.graph.chatMessageInfo' '#microsoft.graph.checklistItem': '#/components/schemas/microsoft.graph.checklistItem' '#microsoft.graph.cloudClipboardItem': '#/components/schemas/microsoft.graph.cloudClipboardItem' '#microsoft.graph.cloudClipboardRoot': '#/components/schemas/microsoft.graph.cloudClipboardRoot' '#microsoft.graph.cloudPC': '#/components/schemas/microsoft.graph.cloudPC' '#microsoft.graph.cloudPcAuditEvent': '#/components/schemas/microsoft.graph.cloudPcAuditEvent' '#microsoft.graph.cloudPcDeviceImage': '#/components/schemas/microsoft.graph.cloudPcDeviceImage' '#microsoft.graph.cloudPcGalleryImage': '#/components/schemas/microsoft.graph.cloudPcGalleryImage' '#microsoft.graph.cloudPcOnPremisesConnection': '#/components/schemas/microsoft.graph.cloudPcOnPremisesConnection' '#microsoft.graph.cloudPcProvisioningPolicy': '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' '#microsoft.graph.cloudPcProvisioningPolicyAssignment': '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignment' '#microsoft.graph.cloudPcUserSetting': '#/components/schemas/microsoft.graph.cloudPcUserSetting' '#microsoft.graph.cloudPcUserSettingAssignment': '#/components/schemas/microsoft.graph.cloudPcUserSettingAssignment' '#microsoft.graph.columnDefinition': '#/components/schemas/microsoft.graph.columnDefinition' '#microsoft.graph.columnLink': '#/components/schemas/microsoft.graph.columnLink' '#microsoft.graph.commsOperation': '#/components/schemas/microsoft.graph.commsOperation' '#microsoft.graph.addLargeGalleryViewOperation': '#/components/schemas/microsoft.graph.addLargeGalleryViewOperation' '#microsoft.graph.cancelMediaProcessingOperation': '#/components/schemas/microsoft.graph.cancelMediaProcessingOperation' '#microsoft.graph.inviteParticipantsOperation': '#/components/schemas/microsoft.graph.inviteParticipantsOperation' '#microsoft.graph.muteParticipantOperation': '#/components/schemas/microsoft.graph.muteParticipantOperation' '#microsoft.graph.playPromptOperation': '#/components/schemas/microsoft.graph.playPromptOperation' '#microsoft.graph.recordOperation': '#/components/schemas/microsoft.graph.recordOperation' '#microsoft.graph.sendDtmfTonesOperation': '#/components/schemas/microsoft.graph.sendDtmfTonesOperation' '#microsoft.graph.startHoldMusicOperation': '#/components/schemas/microsoft.graph.startHoldMusicOperation' '#microsoft.graph.stopHoldMusicOperation': '#/components/schemas/microsoft.graph.stopHoldMusicOperation' '#microsoft.graph.subscribeToToneOperation': '#/components/schemas/microsoft.graph.subscribeToToneOperation' '#microsoft.graph.unmuteParticipantOperation': '#/components/schemas/microsoft.graph.unmuteParticipantOperation' '#microsoft.graph.updateRecordingStatusOperation': '#/components/schemas/microsoft.graph.updateRecordingStatusOperation' '#microsoft.graph.community': '#/components/schemas/microsoft.graph.community' '#microsoft.graph.companySubscription': '#/components/schemas/microsoft.graph.companySubscription' '#microsoft.graph.complianceManagementPartner': '#/components/schemas/microsoft.graph.complianceManagementPartner' '#microsoft.graph.conditionalAccessPolicy': '#/components/schemas/microsoft.graph.conditionalAccessPolicy' '#microsoft.graph.whatIfAnalysisResult': '#/components/schemas/microsoft.graph.whatIfAnalysisResult' '#microsoft.graph.conditionalAccessRoot': '#/components/schemas/microsoft.graph.conditionalAccessRoot' '#microsoft.graph.conditionalAccessTemplate': '#/components/schemas/microsoft.graph.conditionalAccessTemplate' '#microsoft.graph.connectedOrganization': '#/components/schemas/microsoft.graph.connectedOrganization' '#microsoft.graph.contactFolder': '#/components/schemas/microsoft.graph.contactFolder' '#microsoft.graph.contentActivity': '#/components/schemas/microsoft.graph.contentActivity' '#microsoft.graph.contentSharingSession': '#/components/schemas/microsoft.graph.contentSharingSession' '#microsoft.graph.contentType': '#/components/schemas/microsoft.graph.contentType' '#microsoft.graph.conversation': '#/components/schemas/microsoft.graph.conversation' '#microsoft.graph.conversationMember': '#/components/schemas/microsoft.graph.conversationMember' '#microsoft.graph.aadUserConversationMember': '#/components/schemas/microsoft.graph.aadUserConversationMember' '#microsoft.graph.anonymousGuestConversationMember': '#/components/schemas/microsoft.graph.anonymousGuestConversationMember' '#microsoft.graph.azureCommunicationServicesUserConversationMember': '#/components/schemas/microsoft.graph.azureCommunicationServicesUserConversationMember' '#microsoft.graph.microsoftAccountUserConversationMember': '#/components/schemas/microsoft.graph.microsoftAccountUserConversationMember' '#microsoft.graph.phoneUserConversationMember': '#/components/schemas/microsoft.graph.phoneUserConversationMember' '#microsoft.graph.skypeForBusinessUserConversationMember': '#/components/schemas/microsoft.graph.skypeForBusinessUserConversationMember' '#microsoft.graph.skypeUserConversationMember': '#/components/schemas/microsoft.graph.skypeUserConversationMember' '#microsoft.graph.conversationThread': '#/components/schemas/microsoft.graph.conversationThread' '#microsoft.graph.copilotAdmin': '#/components/schemas/microsoft.graph.copilotAdmin' '#microsoft.graph.copilotAdminLimitedMode': '#/components/schemas/microsoft.graph.copilotAdminLimitedMode' '#microsoft.graph.copilotAdminSetting': '#/components/schemas/microsoft.graph.copilotAdminSetting' '#microsoft.graph.copilotReportRoot': '#/components/schemas/microsoft.graph.copilotReportRoot' '#microsoft.graph.crossTenantAccessPolicyConfigurationDefault': '#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault' '#microsoft.graph.customCalloutExtension': '#/components/schemas/microsoft.graph.customCalloutExtension' '#microsoft.graph.accessPackageAssignmentRequestWorkflowExtension': '#/components/schemas/microsoft.graph.accessPackageAssignmentRequestWorkflowExtension' '#microsoft.graph.accessPackageAssignmentWorkflowExtension': '#/components/schemas/microsoft.graph.accessPackageAssignmentWorkflowExtension' '#microsoft.graph.customAuthenticationExtension': '#/components/schemas/microsoft.graph.customAuthenticationExtension' '#microsoft.graph.onAttributeCollectionStartCustomExtension': '#/components/schemas/microsoft.graph.onAttributeCollectionStartCustomExtension' '#microsoft.graph.onAttributeCollectionSubmitCustomExtension': '#/components/schemas/microsoft.graph.onAttributeCollectionSubmitCustomExtension' '#microsoft.graph.onOtpSendCustomExtension': '#/components/schemas/microsoft.graph.onOtpSendCustomExtension' '#microsoft.graph.onTokenIssuanceStartCustomExtension': '#/components/schemas/microsoft.graph.onTokenIssuanceStartCustomExtension' '#microsoft.graph.identityGovernance.customTaskExtension': '#/components/schemas/microsoft.graph.identityGovernance.customTaskExtension' '#microsoft.graph.customExtensionStageSetting': '#/components/schemas/microsoft.graph.customExtensionStageSetting' '#microsoft.graph.customSecurityAttributeDefinition': '#/components/schemas/microsoft.graph.customSecurityAttributeDefinition' '#microsoft.graph.dataPolicyOperation': '#/components/schemas/microsoft.graph.dataPolicyOperation' '#microsoft.graph.dataSecurityAndGovernance': '#/components/schemas/microsoft.graph.dataSecurityAndGovernance' '#microsoft.graph.tenantDataSecurityAndGovernance': '#/components/schemas/microsoft.graph.tenantDataSecurityAndGovernance' '#microsoft.graph.userDataSecurityAndGovernance': '#/components/schemas/microsoft.graph.userDataSecurityAndGovernance' '#microsoft.graph.delegatedAdminAccessAssignment': '#/components/schemas/microsoft.graph.delegatedAdminAccessAssignment' '#microsoft.graph.delegatedAdminCustomer': '#/components/schemas/microsoft.graph.delegatedAdminCustomer' '#microsoft.graph.delegatedAdminRelationship': '#/components/schemas/microsoft.graph.delegatedAdminRelationship' '#microsoft.graph.resellerDelegatedAdminRelationship': '#/components/schemas/microsoft.graph.resellerDelegatedAdminRelationship' '#microsoft.graph.delegatedAdminRelationshipOperation': '#/components/schemas/microsoft.graph.delegatedAdminRelationshipOperation' '#microsoft.graph.delegatedAdminRelationshipRequest': '#/components/schemas/microsoft.graph.delegatedAdminRelationshipRequest' '#microsoft.graph.delegatedAdminServiceManagementDetail': '#/components/schemas/microsoft.graph.delegatedAdminServiceManagementDetail' '#microsoft.graph.delegatedPermissionClassification': '#/components/schemas/microsoft.graph.delegatedPermissionClassification' '#microsoft.graph.deletedChat': '#/components/schemas/microsoft.graph.deletedChat' '#microsoft.graph.deletedItemContainer': '#/components/schemas/microsoft.graph.deletedItemContainer' '#microsoft.graph.deletedTeam': '#/components/schemas/microsoft.graph.deletedTeam' '#microsoft.graph.deltaParticipants': '#/components/schemas/microsoft.graph.deltaParticipants' '#microsoft.graph.detectedApp': '#/components/schemas/microsoft.graph.detectedApp' '#microsoft.graph.deviceAppManagement': '#/components/schemas/microsoft.graph.deviceAppManagement' '#microsoft.graph.deviceCategory': '#/components/schemas/microsoft.graph.deviceCategory' '#microsoft.graph.deviceComplianceActionItem': '#/components/schemas/microsoft.graph.deviceComplianceActionItem' '#microsoft.graph.deviceComplianceDeviceOverview': '#/components/schemas/microsoft.graph.deviceComplianceDeviceOverview' '#microsoft.graph.deviceComplianceDeviceStatus': '#/components/schemas/microsoft.graph.deviceComplianceDeviceStatus' '#microsoft.graph.deviceCompliancePolicy': '#/components/schemas/microsoft.graph.deviceCompliancePolicy' '#microsoft.graph.androidCompliancePolicy': '#/components/schemas/microsoft.graph.androidCompliancePolicy' '#microsoft.graph.androidWorkProfileCompliancePolicy': '#/components/schemas/microsoft.graph.androidWorkProfileCompliancePolicy' '#microsoft.graph.iosCompliancePolicy': '#/components/schemas/microsoft.graph.iosCompliancePolicy' '#microsoft.graph.macOSCompliancePolicy': '#/components/schemas/microsoft.graph.macOSCompliancePolicy' '#microsoft.graph.windows10CompliancePolicy': '#/components/schemas/microsoft.graph.windows10CompliancePolicy' '#microsoft.graph.windows10MobileCompliancePolicy': '#/components/schemas/microsoft.graph.windows10MobileCompliancePolicy' '#microsoft.graph.windows81CompliancePolicy': '#/components/schemas/microsoft.graph.windows81CompliancePolicy' '#microsoft.graph.windowsPhone81CompliancePolicy': '#/components/schemas/microsoft.graph.windowsPhone81CompliancePolicy' '#microsoft.graph.deviceCompliancePolicyAssignment': '#/components/schemas/microsoft.graph.deviceCompliancePolicyAssignment' '#microsoft.graph.deviceCompliancePolicyDeviceStateSummary': '#/components/schemas/microsoft.graph.deviceCompliancePolicyDeviceStateSummary' '#microsoft.graph.deviceCompliancePolicySettingStateSummary': '#/components/schemas/microsoft.graph.deviceCompliancePolicySettingStateSummary' '#microsoft.graph.deviceCompliancePolicyState': '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' '#microsoft.graph.deviceComplianceScheduledActionForRule': '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' '#microsoft.graph.deviceComplianceSettingState': '#/components/schemas/microsoft.graph.deviceComplianceSettingState' '#microsoft.graph.deviceComplianceUserOverview': '#/components/schemas/microsoft.graph.deviceComplianceUserOverview' '#microsoft.graph.deviceComplianceUserStatus': '#/components/schemas/microsoft.graph.deviceComplianceUserStatus' '#microsoft.graph.deviceConfiguration': '#/components/schemas/microsoft.graph.deviceConfiguration' '#microsoft.graph.androidCustomConfiguration': '#/components/schemas/microsoft.graph.androidCustomConfiguration' '#microsoft.graph.androidGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.androidGeneralDeviceConfiguration' '#microsoft.graph.androidWorkProfileCustomConfiguration': '#/components/schemas/microsoft.graph.androidWorkProfileCustomConfiguration' '#microsoft.graph.androidWorkProfileGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.androidWorkProfileGeneralDeviceConfiguration' '#microsoft.graph.appleDeviceFeaturesConfigurationBase': '#/components/schemas/microsoft.graph.appleDeviceFeaturesConfigurationBase' '#microsoft.graph.iosDeviceFeaturesConfiguration': '#/components/schemas/microsoft.graph.iosDeviceFeaturesConfiguration' '#microsoft.graph.macOSDeviceFeaturesConfiguration': '#/components/schemas/microsoft.graph.macOSDeviceFeaturesConfiguration' '#microsoft.graph.editionUpgradeConfiguration': '#/components/schemas/microsoft.graph.editionUpgradeConfiguration' '#microsoft.graph.iosCertificateProfile': '#/components/schemas/microsoft.graph.iosCertificateProfile' '#microsoft.graph.iosCustomConfiguration': '#/components/schemas/microsoft.graph.iosCustomConfiguration' '#microsoft.graph.iosGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.iosGeneralDeviceConfiguration' '#microsoft.graph.iosUpdateConfiguration': '#/components/schemas/microsoft.graph.iosUpdateConfiguration' '#microsoft.graph.macOSCustomConfiguration': '#/components/schemas/microsoft.graph.macOSCustomConfiguration' '#microsoft.graph.macOSGeneralDeviceConfiguration': '#/components/schemas/microsoft.graph.macOSGeneralDeviceConfiguration' '#microsoft.graph.sharedPCConfiguration': '#/components/schemas/microsoft.graph.sharedPCConfiguration' '#microsoft.graph.windows10CustomConfiguration': '#/components/schemas/microsoft.graph.windows10CustomConfiguration' '#microsoft.graph.windows10EndpointProtectionConfiguration': '#/components/schemas/microsoft.graph.windows10EndpointProtectionConfiguration' '#microsoft.graph.windows10EnterpriseModernAppManagementConfiguration': '#/components/schemas/microsoft.graph.windows10EnterpriseModernAppManagementConfiguration' '#microsoft.graph.windows10GeneralConfiguration': '#/components/schemas/microsoft.graph.windows10GeneralConfiguration' '#microsoft.graph.windows10SecureAssessmentConfiguration': '#/components/schemas/microsoft.graph.windows10SecureAssessmentConfiguration' '#microsoft.graph.windows10TeamGeneralConfiguration': '#/components/schemas/microsoft.graph.windows10TeamGeneralConfiguration' '#microsoft.graph.windows81GeneralConfiguration': '#/components/schemas/microsoft.graph.windows81GeneralConfiguration' '#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration': '#/components/schemas/microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration' '#microsoft.graph.windowsPhone81CustomConfiguration': '#/components/schemas/microsoft.graph.windowsPhone81CustomConfiguration' '#microsoft.graph.windowsPhone81GeneralConfiguration': '#/components/schemas/microsoft.graph.windowsPhone81GeneralConfiguration' '#microsoft.graph.windowsUpdateForBusinessConfiguration': '#/components/schemas/microsoft.graph.windowsUpdateForBusinessConfiguration' '#microsoft.graph.deviceConfigurationAssignment': '#/components/schemas/microsoft.graph.deviceConfigurationAssignment' '#microsoft.graph.deviceConfigurationDeviceOverview': '#/components/schemas/microsoft.graph.deviceConfigurationDeviceOverview' '#microsoft.graph.deviceConfigurationDeviceStateSummary': '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStateSummary' '#microsoft.graph.deviceConfigurationDeviceStatus': '#/components/schemas/microsoft.graph.deviceConfigurationDeviceStatus' '#microsoft.graph.deviceConfigurationState': '#/components/schemas/microsoft.graph.deviceConfigurationState' '#microsoft.graph.deviceConfigurationUserOverview': '#/components/schemas/microsoft.graph.deviceConfigurationUserOverview' '#microsoft.graph.deviceConfigurationUserStatus': '#/components/schemas/microsoft.graph.deviceConfigurationUserStatus' '#microsoft.graph.deviceEnrollmentConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' '#microsoft.graph.deviceEnrollmentLimitConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentLimitConfiguration' '#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration' '#microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration': '#/components/schemas/microsoft.graph.deviceEnrollmentWindowsHelloForBusinessConfiguration' '#microsoft.graph.windows10EnrollmentCompletionPageConfiguration': '#/components/schemas/microsoft.graph.windows10EnrollmentCompletionPageConfiguration' '#microsoft.graph.deviceInstallState': '#/components/schemas/microsoft.graph.deviceInstallState' '#microsoft.graph.deviceLocalCredentialInfo': '#/components/schemas/microsoft.graph.deviceLocalCredentialInfo' '#microsoft.graph.deviceLogCollectionResponse': '#/components/schemas/microsoft.graph.deviceLogCollectionResponse' '#microsoft.graph.deviceManagement': '#/components/schemas/microsoft.graph.deviceManagement' '#microsoft.graph.deviceManagementCachedReportConfiguration': '#/components/schemas/microsoft.graph.deviceManagementCachedReportConfiguration' '#microsoft.graph.deviceManagementExchangeConnector': '#/components/schemas/microsoft.graph.deviceManagementExchangeConnector' '#microsoft.graph.deviceManagementExportJob': '#/components/schemas/microsoft.graph.deviceManagementExportJob' '#microsoft.graph.deviceManagementPartner': '#/components/schemas/microsoft.graph.deviceManagementPartner' '#microsoft.graph.deviceManagementReports': '#/components/schemas/microsoft.graph.deviceManagementReports' '#microsoft.graph.deviceManagementTroubleshootingEvent': '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' '#microsoft.graph.enrollmentTroubleshootingEvent': '#/components/schemas/microsoft.graph.enrollmentTroubleshootingEvent' '#microsoft.graph.deviceRegistrationPolicy': '#/components/schemas/microsoft.graph.deviceRegistrationPolicy' '#microsoft.graph.directory': '#/components/schemas/microsoft.graph.directory' '#microsoft.graph.directoryAudit': '#/components/schemas/microsoft.graph.directoryAudit' '#microsoft.graph.directoryDefinition': '#/components/schemas/microsoft.graph.directoryDefinition' '#microsoft.graph.directoryObject': '#/components/schemas/microsoft.graph.directoryObject' '#microsoft.graph.administrativeUnit': '#/components/schemas/microsoft.graph.administrativeUnit' '#microsoft.graph.application': '#/components/schemas/microsoft.graph.application' '#microsoft.graph.appRoleAssignment': '#/components/schemas/microsoft.graph.appRoleAssignment' '#microsoft.graph.certificateAuthorityDetail': '#/components/schemas/microsoft.graph.certificateAuthorityDetail' '#microsoft.graph.certificateBasedAuthPki': '#/components/schemas/microsoft.graph.certificateBasedAuthPki' '#microsoft.graph.contract': '#/components/schemas/microsoft.graph.contract' '#microsoft.graph.device': '#/components/schemas/microsoft.graph.device' '#microsoft.graph.directoryObjectPartnerReference': '#/components/schemas/microsoft.graph.directoryObjectPartnerReference' '#microsoft.graph.directoryRole': '#/components/schemas/microsoft.graph.directoryRole' '#microsoft.graph.directoryRoleTemplate': '#/components/schemas/microsoft.graph.directoryRoleTemplate' '#microsoft.graph.endpoint': '#/components/schemas/microsoft.graph.endpoint' '#microsoft.graph.extensionProperty': '#/components/schemas/microsoft.graph.extensionProperty' '#microsoft.graph.group': '#/components/schemas/microsoft.graph.group' '#microsoft.graph.groupSettingTemplate': '#/components/schemas/microsoft.graph.groupSettingTemplate' '#microsoft.graph.multiTenantOrganizationMember': '#/components/schemas/microsoft.graph.multiTenantOrganizationMember' '#microsoft.graph.organization': '#/components/schemas/microsoft.graph.organization' '#microsoft.graph.orgContact': '#/components/schemas/microsoft.graph.orgContact' '#microsoft.graph.policyBase': '#/components/schemas/microsoft.graph.policyBase' '#microsoft.graph.appManagementPolicy': '#/components/schemas/microsoft.graph.appManagementPolicy' '#microsoft.graph.authorizationPolicy': '#/components/schemas/microsoft.graph.authorizationPolicy' '#microsoft.graph.crossTenantAccessPolicy': '#/components/schemas/microsoft.graph.crossTenantAccessPolicy' '#microsoft.graph.identitySecurityDefaultsEnforcementPolicy': '#/components/schemas/microsoft.graph.identitySecurityDefaultsEnforcementPolicy' '#microsoft.graph.permissionGrantPolicy': '#/components/schemas/microsoft.graph.permissionGrantPolicy' '#microsoft.graph.stsPolicy': '#/components/schemas/microsoft.graph.stsPolicy' '#microsoft.graph.activityBasedTimeoutPolicy': '#/components/schemas/microsoft.graph.activityBasedTimeoutPolicy' '#microsoft.graph.claimsMappingPolicy': '#/components/schemas/microsoft.graph.claimsMappingPolicy' '#microsoft.graph.homeRealmDiscoveryPolicy': '#/components/schemas/microsoft.graph.homeRealmDiscoveryPolicy' '#microsoft.graph.tokenIssuancePolicy': '#/components/schemas/microsoft.graph.tokenIssuancePolicy' '#microsoft.graph.tokenLifetimePolicy': '#/components/schemas/microsoft.graph.tokenLifetimePolicy' '#microsoft.graph.tenantAppManagementPolicy': '#/components/schemas/microsoft.graph.tenantAppManagementPolicy' '#microsoft.graph.resourceSpecificPermissionGrant': '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant' '#microsoft.graph.servicePrincipal': '#/components/schemas/microsoft.graph.servicePrincipal' '#microsoft.graph.user': '#/components/schemas/microsoft.graph.user' '#microsoft.graph.domain': '#/components/schemas/microsoft.graph.domain' '#microsoft.graph.domainDnsRecord': '#/components/schemas/microsoft.graph.domainDnsRecord' '#microsoft.graph.domainDnsCnameRecord': '#/components/schemas/microsoft.graph.domainDnsCnameRecord' '#microsoft.graph.domainDnsMxRecord': '#/components/schemas/microsoft.graph.domainDnsMxRecord' '#microsoft.graph.domainDnsSrvRecord': '#/components/schemas/microsoft.graph.domainDnsSrvRecord' '#microsoft.graph.domainDnsTxtRecord': '#/components/schemas/microsoft.graph.domainDnsTxtRecord' '#microsoft.graph.domainDnsUnavailableRecord': '#/components/schemas/microsoft.graph.domainDnsUnavailableRecord' '#microsoft.graph.eBookInstallSummary': '#/components/schemas/microsoft.graph.eBookInstallSummary' '#microsoft.graph.edge': '#/components/schemas/microsoft.graph.edge' '#microsoft.graph.educationAssignment': '#/components/schemas/microsoft.graph.educationAssignment' '#microsoft.graph.educationAssignmentDefaults': '#/components/schemas/microsoft.graph.educationAssignmentDefaults' '#microsoft.graph.educationAssignmentResource': '#/components/schemas/microsoft.graph.educationAssignmentResource' '#microsoft.graph.educationAssignmentSettings': '#/components/schemas/microsoft.graph.educationAssignmentSettings' '#microsoft.graph.educationCategory': '#/components/schemas/microsoft.graph.educationCategory' '#microsoft.graph.educationClass': '#/components/schemas/microsoft.graph.educationClass' '#microsoft.graph.educationGradingCategory': '#/components/schemas/microsoft.graph.educationGradingCategory' '#microsoft.graph.educationGradingScheme': '#/components/schemas/microsoft.graph.educationGradingScheme' '#microsoft.graph.educationModule': '#/components/schemas/microsoft.graph.educationModule' '#microsoft.graph.educationModuleResource': '#/components/schemas/microsoft.graph.educationModuleResource' '#microsoft.graph.educationOrganization': '#/components/schemas/microsoft.graph.educationOrganization' '#microsoft.graph.educationSchool': '#/components/schemas/microsoft.graph.educationSchool' '#microsoft.graph.educationOutcome': '#/components/schemas/microsoft.graph.educationOutcome' '#microsoft.graph.educationFeedbackOutcome': '#/components/schemas/microsoft.graph.educationFeedbackOutcome' '#microsoft.graph.educationFeedbackResourceOutcome': '#/components/schemas/microsoft.graph.educationFeedbackResourceOutcome' '#microsoft.graph.educationPointsOutcome': '#/components/schemas/microsoft.graph.educationPointsOutcome' '#microsoft.graph.educationRubricOutcome': '#/components/schemas/microsoft.graph.educationRubricOutcome' '#microsoft.graph.educationRubric': '#/components/schemas/microsoft.graph.educationRubric' '#microsoft.graph.educationSubmission': '#/components/schemas/microsoft.graph.educationSubmission' '#microsoft.graph.educationSubmissionResource': '#/components/schemas/microsoft.graph.educationSubmissionResource' '#microsoft.graph.educationUser': '#/components/schemas/microsoft.graph.educationUser' '#microsoft.graph.employeeExperienceUser': '#/components/schemas/microsoft.graph.employeeExperienceUser' '#microsoft.graph.endUserNotification': '#/components/schemas/microsoft.graph.endUserNotification' '#microsoft.graph.endUserNotificationDetail': '#/components/schemas/microsoft.graph.endUserNotificationDetail' '#microsoft.graph.engagementConversation': '#/components/schemas/microsoft.graph.engagementConversation' '#microsoft.graph.onlineMeetingEngagementConversation': '#/components/schemas/microsoft.graph.onlineMeetingEngagementConversation' '#microsoft.graph.engagementConversationMessage': '#/components/schemas/microsoft.graph.engagementConversationMessage' '#microsoft.graph.engagementConversationDiscussionMessage': '#/components/schemas/microsoft.graph.engagementConversationDiscussionMessage' '#microsoft.graph.engagementConversationQuestionMessage': '#/components/schemas/microsoft.graph.engagementConversationQuestionMessage' '#microsoft.graph.engagementConversationSystemMessage': '#/components/schemas/microsoft.graph.engagementConversationSystemMessage' '#microsoft.graph.engagementConversationMessageReaction': '#/components/schemas/microsoft.graph.engagementConversationMessageReaction' '#microsoft.graph.engagementRole': '#/components/schemas/microsoft.graph.engagementRole' '#microsoft.graph.engagementRoleMember': '#/components/schemas/microsoft.graph.engagementRoleMember' '#microsoft.graph.enrollmentConfigurationAssignment': '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' '#microsoft.graph.enterpriseCodeSigningCertificate': '#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate' '#microsoft.graph.entitlementManagement': '#/components/schemas/microsoft.graph.entitlementManagement' '#microsoft.graph.entitlementManagementSettings': '#/components/schemas/microsoft.graph.entitlementManagementSettings' '#microsoft.graph.extension': '#/components/schemas/microsoft.graph.extension' '#microsoft.graph.openTypeExtension': '#/components/schemas/microsoft.graph.openTypeExtension' '#microsoft.graph.externalDomainName': '#/components/schemas/microsoft.graph.externalDomainName' '#microsoft.graph.featureRolloutPolicy': '#/components/schemas/microsoft.graph.featureRolloutPolicy' '#microsoft.graph.federatedIdentityCredential': '#/components/schemas/microsoft.graph.federatedIdentityCredential' '#microsoft.graph.fieldValueSet': '#/components/schemas/microsoft.graph.fieldValueSet' '#microsoft.graph.fileStorage': '#/components/schemas/microsoft.graph.fileStorage' '#microsoft.graph.fileStorageContainer': '#/components/schemas/microsoft.graph.fileStorageContainer' '#microsoft.graph.filterOperatorSchema': '#/components/schemas/microsoft.graph.filterOperatorSchema' '#microsoft.graph.fraudProtectionProvider': '#/components/schemas/microsoft.graph.fraudProtectionProvider' '#microsoft.graph.arkoseFraudProtectionProvider': '#/components/schemas/microsoft.graph.arkoseFraudProtectionProvider' '#microsoft.graph.humanSecurityFraudProtectionProvider': '#/components/schemas/microsoft.graph.humanSecurityFraudProtectionProvider' '#microsoft.graph.governanceInsight': '#/components/schemas/microsoft.graph.governanceInsight' '#microsoft.graph.membershipOutlierInsight': '#/components/schemas/microsoft.graph.membershipOutlierInsight' '#microsoft.graph.userSignInInsight': '#/components/schemas/microsoft.graph.userSignInInsight' '#microsoft.graph.groupLifecyclePolicy': '#/components/schemas/microsoft.graph.groupLifecyclePolicy' '#microsoft.graph.groupSetting': '#/components/schemas/microsoft.graph.groupSetting' '#microsoft.graph.horizontalSection': '#/components/schemas/microsoft.graph.horizontalSection' '#microsoft.graph.horizontalSectionColumn': '#/components/schemas/microsoft.graph.horizontalSectionColumn' '#microsoft.graph.identityApiConnector': '#/components/schemas/microsoft.graph.identityApiConnector' '#microsoft.graph.identityContainer': '#/components/schemas/microsoft.graph.identityContainer' '#microsoft.graph.identityProvider': '#/components/schemas/microsoft.graph.identityProvider' '#microsoft.graph.identityProviderBase': '#/components/schemas/microsoft.graph.identityProviderBase' '#microsoft.graph.appleManagedIdentityProvider': '#/components/schemas/microsoft.graph.appleManagedIdentityProvider' '#microsoft.graph.builtInIdentityProvider': '#/components/schemas/microsoft.graph.builtInIdentityProvider' '#microsoft.graph.samlOrWsFedProvider': '#/components/schemas/microsoft.graph.samlOrWsFedProvider' '#microsoft.graph.internalDomainFederation': '#/components/schemas/microsoft.graph.internalDomainFederation' '#microsoft.graph.samlOrWsFedExternalDomainFederation': '#/components/schemas/microsoft.graph.samlOrWsFedExternalDomainFederation' '#microsoft.graph.socialIdentityProvider': '#/components/schemas/microsoft.graph.socialIdentityProvider' '#microsoft.graph.identityUserFlow': '#/components/schemas/microsoft.graph.identityUserFlow' '#microsoft.graph.b2xIdentityUserFlow': '#/components/schemas/microsoft.graph.b2xIdentityUserFlow' '#microsoft.graph.identityUserFlowAttribute': '#/components/schemas/microsoft.graph.identityUserFlowAttribute' '#microsoft.graph.identityBuiltInUserFlowAttribute': '#/components/schemas/microsoft.graph.identityBuiltInUserFlowAttribute' '#microsoft.graph.identityCustomUserFlowAttribute': '#/components/schemas/microsoft.graph.identityCustomUserFlowAttribute' '#microsoft.graph.identityUserFlowAttributeAssignment': '#/components/schemas/microsoft.graph.identityUserFlowAttributeAssignment' '#microsoft.graph.importedWindowsAutopilotDeviceIdentity': '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentity' '#microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload': '#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityUpload' '#microsoft.graph.inferenceClassification': '#/components/schemas/microsoft.graph.inferenceClassification' '#microsoft.graph.inferenceClassificationOverride': '#/components/schemas/microsoft.graph.inferenceClassificationOverride' '#microsoft.graph.insightsSettings': '#/components/schemas/microsoft.graph.insightsSettings' '#microsoft.graph.internetExplorerMode': '#/components/schemas/microsoft.graph.internetExplorerMode' '#microsoft.graph.invitation': '#/components/schemas/microsoft.graph.invitation' '#microsoft.graph.iosLobAppProvisioningConfigurationAssignment': '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' '#microsoft.graph.iosUpdateDeviceStatus': '#/components/schemas/microsoft.graph.iosUpdateDeviceStatus' '#microsoft.graph.itemActivity': '#/components/schemas/microsoft.graph.itemActivity' '#microsoft.graph.itemActivityStat': '#/components/schemas/microsoft.graph.itemActivityStat' '#microsoft.graph.itemAnalytics': '#/components/schemas/microsoft.graph.itemAnalytics' '#microsoft.graph.itemRetentionLabel': '#/components/schemas/microsoft.graph.itemRetentionLabel' '#microsoft.graph.labelContentRight': '#/components/schemas/microsoft.graph.labelContentRight' '#microsoft.graph.landingPage': '#/components/schemas/microsoft.graph.landingPage' '#microsoft.graph.landingPageDetail': '#/components/schemas/microsoft.graph.landingPageDetail' '#microsoft.graph.learningContent': '#/components/schemas/microsoft.graph.learningContent' '#microsoft.graph.learningCourseActivity': '#/components/schemas/microsoft.graph.learningCourseActivity' '#microsoft.graph.learningAssignment': '#/components/schemas/microsoft.graph.learningAssignment' '#microsoft.graph.learningSelfInitiatedCourse': '#/components/schemas/microsoft.graph.learningSelfInitiatedCourse' '#microsoft.graph.learningProvider': '#/components/schemas/microsoft.graph.learningProvider' '#microsoft.graph.licenseDetails': '#/components/schemas/microsoft.graph.licenseDetails' '#microsoft.graph.linkedResource': '#/components/schemas/microsoft.graph.linkedResource' '#microsoft.graph.localizedNotificationMessage': '#/components/schemas/microsoft.graph.localizedNotificationMessage' '#microsoft.graph.loginPage': '#/components/schemas/microsoft.graph.loginPage' '#microsoft.graph.longRunningOperation': '#/components/schemas/microsoft.graph.longRunningOperation' '#microsoft.graph.attackSimulationOperation': '#/components/schemas/microsoft.graph.attackSimulationOperation' '#microsoft.graph.engagementAsyncOperation': '#/components/schemas/microsoft.graph.engagementAsyncOperation' '#microsoft.graph.richLongRunningOperation': '#/components/schemas/microsoft.graph.richLongRunningOperation' '#microsoft.graph.m365AppsInstallationOptions': '#/components/schemas/microsoft.graph.m365AppsInstallationOptions' '#microsoft.graph.mailFolder': '#/components/schemas/microsoft.graph.mailFolder' '#microsoft.graph.mailSearchFolder': '#/components/schemas/microsoft.graph.mailSearchFolder' '#microsoft.graph.malwareStateForWindowsDevice': '#/components/schemas/microsoft.graph.malwareStateForWindowsDevice' '#microsoft.graph.managedAppOperation': '#/components/schemas/microsoft.graph.managedAppOperation' '#microsoft.graph.managedAppPolicy': '#/components/schemas/microsoft.graph.managedAppPolicy' '#microsoft.graph.managedAppConfiguration': '#/components/schemas/microsoft.graph.managedAppConfiguration' '#microsoft.graph.targetedManagedAppConfiguration': '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' '#microsoft.graph.managedAppProtection': '#/components/schemas/microsoft.graph.managedAppProtection' '#microsoft.graph.defaultManagedAppProtection': '#/components/schemas/microsoft.graph.defaultManagedAppProtection' '#microsoft.graph.targetedManagedAppProtection': '#/components/schemas/microsoft.graph.targetedManagedAppProtection' '#microsoft.graph.androidManagedAppProtection': '#/components/schemas/microsoft.graph.androidManagedAppProtection' '#microsoft.graph.iosManagedAppProtection': '#/components/schemas/microsoft.graph.iosManagedAppProtection' '#microsoft.graph.windowsInformationProtection': '#/components/schemas/microsoft.graph.windowsInformationProtection' '#microsoft.graph.mdmWindowsInformationProtectionPolicy': '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' '#microsoft.graph.windowsInformationProtectionPolicy': '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' '#microsoft.graph.managedAppPolicyDeploymentSummary': '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' '#microsoft.graph.managedAppRegistration': '#/components/schemas/microsoft.graph.managedAppRegistration' '#microsoft.graph.androidManagedAppRegistration': '#/components/schemas/microsoft.graph.androidManagedAppRegistration' '#microsoft.graph.iosManagedAppRegistration': '#/components/schemas/microsoft.graph.iosManagedAppRegistration' '#microsoft.graph.managedAppStatus': '#/components/schemas/microsoft.graph.managedAppStatus' '#microsoft.graph.managedAppStatusRaw': '#/components/schemas/microsoft.graph.managedAppStatusRaw' '#microsoft.graph.managedDevice': '#/components/schemas/microsoft.graph.managedDevice' '#microsoft.graph.managedDeviceMobileAppConfiguration': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' '#microsoft.graph.iosMobileAppConfiguration': '#/components/schemas/microsoft.graph.iosMobileAppConfiguration' '#microsoft.graph.managedDeviceMobileAppConfigurationAssignment': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' '#microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' '#microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' '#microsoft.graph.managedDeviceMobileAppConfigurationUserStatus': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' '#microsoft.graph.managedDeviceMobileAppConfigurationUserSummary': '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' '#microsoft.graph.managedDeviceOverview': '#/components/schemas/microsoft.graph.managedDeviceOverview' '#microsoft.graph.managedEBook': '#/components/schemas/microsoft.graph.managedEBook' '#microsoft.graph.iosVppEBook': '#/components/schemas/microsoft.graph.iosVppEBook' '#microsoft.graph.managedEBookAssignment': '#/components/schemas/microsoft.graph.managedEBookAssignment' '#microsoft.graph.iosVppEBookAssignment': '#/components/schemas/microsoft.graph.iosVppEBookAssignment' '#microsoft.graph.managedMobileApp': '#/components/schemas/microsoft.graph.managedMobileApp' '#microsoft.graph.meetingAttendanceReport': '#/components/schemas/microsoft.graph.meetingAttendanceReport' '#microsoft.graph.messageRule': '#/components/schemas/microsoft.graph.messageRule' '#microsoft.graph.mobileApp': '#/components/schemas/microsoft.graph.mobileApp' '#microsoft.graph.androidStoreApp': '#/components/schemas/microsoft.graph.androidStoreApp' '#microsoft.graph.iosiPadOSWebClip': '#/components/schemas/microsoft.graph.iosiPadOSWebClip' '#microsoft.graph.iosStoreApp': '#/components/schemas/microsoft.graph.iosStoreApp' '#microsoft.graph.iosVppApp': '#/components/schemas/microsoft.graph.iosVppApp' '#microsoft.graph.macOSMicrosoftDefenderApp': '#/components/schemas/microsoft.graph.macOSMicrosoftDefenderApp' '#microsoft.graph.macOSMicrosoftEdgeApp': '#/components/schemas/microsoft.graph.macOSMicrosoftEdgeApp' '#microsoft.graph.macOSOfficeSuiteApp': '#/components/schemas/microsoft.graph.macOSOfficeSuiteApp' '#microsoft.graph.managedApp': '#/components/schemas/microsoft.graph.managedApp' '#microsoft.graph.managedAndroidStoreApp': '#/components/schemas/microsoft.graph.managedAndroidStoreApp' '#microsoft.graph.managedIOSStoreApp': '#/components/schemas/microsoft.graph.managedIOSStoreApp' '#microsoft.graph.managedMobileLobApp': '#/components/schemas/microsoft.graph.managedMobileLobApp' '#microsoft.graph.managedAndroidLobApp': '#/components/schemas/microsoft.graph.managedAndroidLobApp' '#microsoft.graph.managedIOSLobApp': '#/components/schemas/microsoft.graph.managedIOSLobApp' '#microsoft.graph.microsoftStoreForBusinessApp': '#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp' '#microsoft.graph.mobileLobApp': '#/components/schemas/microsoft.graph.mobileLobApp' '#microsoft.graph.androidLobApp': '#/components/schemas/microsoft.graph.androidLobApp' '#microsoft.graph.iosLobApp': '#/components/schemas/microsoft.graph.iosLobApp' '#microsoft.graph.macOSDmgApp': '#/components/schemas/microsoft.graph.macOSDmgApp' '#microsoft.graph.macOSLobApp': '#/components/schemas/microsoft.graph.macOSLobApp' '#microsoft.graph.win32LobApp': '#/components/schemas/microsoft.graph.win32LobApp' '#microsoft.graph.windowsAppX': '#/components/schemas/microsoft.graph.windowsAppX' '#microsoft.graph.windowsMobileMSI': '#/components/schemas/microsoft.graph.windowsMobileMSI' '#microsoft.graph.windowsUniversalAppX': '#/components/schemas/microsoft.graph.windowsUniversalAppX' '#microsoft.graph.webApp': '#/components/schemas/microsoft.graph.webApp' '#microsoft.graph.windowsMicrosoftEdgeApp': '#/components/schemas/microsoft.graph.windowsMicrosoftEdgeApp' '#microsoft.graph.windowsWebApp': '#/components/schemas/microsoft.graph.windowsWebApp' '#microsoft.graph.mobileAppAssignment': '#/components/schemas/microsoft.graph.mobileAppAssignment' '#microsoft.graph.mobileAppCategory': '#/components/schemas/microsoft.graph.mobileAppCategory' '#microsoft.graph.mobileAppContent': '#/components/schemas/microsoft.graph.mobileAppContent' '#microsoft.graph.mobileAppContentFile': '#/components/schemas/microsoft.graph.mobileAppContentFile' '#microsoft.graph.mobileAppRelationship': '#/components/schemas/microsoft.graph.mobileAppRelationship' '#microsoft.graph.mobileAppTroubleshootingEvent': '#/components/schemas/microsoft.graph.mobileAppTroubleshootingEvent' '#microsoft.graph.mobileContainedApp': '#/components/schemas/microsoft.graph.mobileContainedApp' '#microsoft.graph.windowsUniversalAppXContainedApp': '#/components/schemas/microsoft.graph.windowsUniversalAppXContainedApp' '#microsoft.graph.mobileThreatDefenseConnector': '#/components/schemas/microsoft.graph.mobileThreatDefenseConnector' '#microsoft.graph.multiTenantOrganization': '#/components/schemas/microsoft.graph.multiTenantOrganization' '#microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate': '#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate' '#microsoft.graph.multiTenantOrganizationJoinRequestRecord': '#/components/schemas/microsoft.graph.multiTenantOrganizationJoinRequestRecord' '#microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate': '#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate' '#microsoft.graph.multiValueLegacyExtendedProperty': '#/components/schemas/microsoft.graph.multiValueLegacyExtendedProperty' '#microsoft.graph.namedLocation': '#/components/schemas/microsoft.graph.namedLocation' '#microsoft.graph.countryNamedLocation': '#/components/schemas/microsoft.graph.countryNamedLocation' '#microsoft.graph.ipNamedLocation': '#/components/schemas/microsoft.graph.ipNamedLocation' '#microsoft.graph.notificationMessageTemplate': '#/components/schemas/microsoft.graph.notificationMessageTemplate' '#microsoft.graph.oAuth2PermissionGrant': '#/components/schemas/microsoft.graph.oAuth2PermissionGrant' '#microsoft.graph.officeGraphInsights': '#/components/schemas/microsoft.graph.officeGraphInsights' '#microsoft.graph.itemInsights': '#/components/schemas/microsoft.graph.itemInsights' '#microsoft.graph.onenote': '#/components/schemas/microsoft.graph.onenote' '#microsoft.graph.onenoteEntityBaseModel': '#/components/schemas/microsoft.graph.onenoteEntityBaseModel' '#microsoft.graph.onenoteEntitySchemaObjectModel': '#/components/schemas/microsoft.graph.onenoteEntitySchemaObjectModel' '#microsoft.graph.onenoteEntityHierarchyModel': '#/components/schemas/microsoft.graph.onenoteEntityHierarchyModel' '#microsoft.graph.notebook': '#/components/schemas/microsoft.graph.notebook' '#microsoft.graph.onenoteSection': '#/components/schemas/microsoft.graph.onenoteSection' '#microsoft.graph.sectionGroup': '#/components/schemas/microsoft.graph.sectionGroup' '#microsoft.graph.onenotePage': '#/components/schemas/microsoft.graph.onenotePage' '#microsoft.graph.onenoteResource': '#/components/schemas/microsoft.graph.onenoteResource' '#microsoft.graph.onlineMeetingBase': '#/components/schemas/microsoft.graph.onlineMeetingBase' '#microsoft.graph.onlineMeeting': '#/components/schemas/microsoft.graph.onlineMeeting' '#microsoft.graph.virtualEventSession': '#/components/schemas/microsoft.graph.virtualEventSession' '#microsoft.graph.onPremisesConditionalAccessSettings': '#/components/schemas/microsoft.graph.onPremisesConditionalAccessSettings' '#microsoft.graph.onPremisesDirectorySynchronization': '#/components/schemas/microsoft.graph.onPremisesDirectorySynchronization' '#microsoft.graph.onPremisesSyncBehavior': '#/components/schemas/microsoft.graph.onPremisesSyncBehavior' '#microsoft.graph.operation': '#/components/schemas/microsoft.graph.operation' '#microsoft.graph.onenoteOperation': '#/components/schemas/microsoft.graph.onenoteOperation' '#microsoft.graph.organizationalBrandingProperties': '#/components/schemas/microsoft.graph.organizationalBrandingProperties' '#microsoft.graph.organizationalBranding': '#/components/schemas/microsoft.graph.organizationalBranding' '#microsoft.graph.organizationalBrandingLocalization': '#/components/schemas/microsoft.graph.organizationalBrandingLocalization' '#microsoft.graph.outlookCategory': '#/components/schemas/microsoft.graph.outlookCategory' '#microsoft.graph.outlookItem': '#/components/schemas/microsoft.graph.outlookItem' '#microsoft.graph.contact': '#/components/schemas/microsoft.graph.contact' '#microsoft.graph.event': '#/components/schemas/microsoft.graph.event' '#microsoft.graph.message': '#/components/schemas/microsoft.graph.message' '#microsoft.graph.calendarSharingMessage': '#/components/schemas/microsoft.graph.calendarSharingMessage' '#microsoft.graph.eventMessage': '#/components/schemas/microsoft.graph.eventMessage' '#microsoft.graph.eventMessageRequest': '#/components/schemas/microsoft.graph.eventMessageRequest' '#microsoft.graph.eventMessageResponse': '#/components/schemas/microsoft.graph.eventMessageResponse' '#microsoft.graph.post': '#/components/schemas/microsoft.graph.post' '#microsoft.graph.outlookUser': '#/components/schemas/microsoft.graph.outlookUser' '#microsoft.graph.participant': '#/components/schemas/microsoft.graph.participant' '#microsoft.graph.participantJoiningNotification': '#/components/schemas/microsoft.graph.participantJoiningNotification' '#microsoft.graph.participantLeftNotification': '#/components/schemas/microsoft.graph.participantLeftNotification' '#microsoft.graph.partners': '#/components/schemas/microsoft.graph.partners' '#microsoft.graph.payload': '#/components/schemas/microsoft.graph.payload' '#microsoft.graph.peopleAdminSettings': '#/components/schemas/microsoft.graph.peopleAdminSettings' '#microsoft.graph.permission': '#/components/schemas/microsoft.graph.permission' '#microsoft.graph.permissionGrantConditionSet': '#/components/schemas/microsoft.graph.permissionGrantConditionSet' '#microsoft.graph.person': '#/components/schemas/microsoft.graph.person' '#microsoft.graph.pinnedChatMessageInfo': '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' '#microsoft.graph.place': '#/components/schemas/microsoft.graph.place' '#microsoft.graph.building': '#/components/schemas/microsoft.graph.building' '#microsoft.graph.desk': '#/components/schemas/microsoft.graph.desk' '#microsoft.graph.floor': '#/components/schemas/microsoft.graph.floor' '#microsoft.graph.room': '#/components/schemas/microsoft.graph.room' '#microsoft.graph.roomList': '#/components/schemas/microsoft.graph.roomList' '#microsoft.graph.section': '#/components/schemas/microsoft.graph.section' '#microsoft.graph.workspace': '#/components/schemas/microsoft.graph.workspace' '#microsoft.graph.planner': '#/components/schemas/microsoft.graph.planner' '#microsoft.graph.plannerAssignedToTaskBoardTaskFormat': '#/components/schemas/microsoft.graph.plannerAssignedToTaskBoardTaskFormat' '#microsoft.graph.plannerBucket': '#/components/schemas/microsoft.graph.plannerBucket' '#microsoft.graph.plannerBucketTaskBoardTaskFormat': '#/components/schemas/microsoft.graph.plannerBucketTaskBoardTaskFormat' '#microsoft.graph.plannerGroup': '#/components/schemas/microsoft.graph.plannerGroup' '#microsoft.graph.plannerPlan': '#/components/schemas/microsoft.graph.plannerPlan' '#microsoft.graph.plannerPlanDetails': '#/components/schemas/microsoft.graph.plannerPlanDetails' '#microsoft.graph.plannerProgressTaskBoardTaskFormat': '#/components/schemas/microsoft.graph.plannerProgressTaskBoardTaskFormat' '#microsoft.graph.plannerTask': '#/components/schemas/microsoft.graph.plannerTask' '#microsoft.graph.plannerTaskDetails': '#/components/schemas/microsoft.graph.plannerTaskDetails' '#microsoft.graph.plannerUser': '#/components/schemas/microsoft.graph.plannerUser' '#microsoft.graph.policyRoot': '#/components/schemas/microsoft.graph.policyRoot' '#microsoft.graph.policyTemplate': '#/components/schemas/microsoft.graph.policyTemplate' '#microsoft.graph.presence': '#/components/schemas/microsoft.graph.presence' '#microsoft.graph.printConnector': '#/components/schemas/microsoft.graph.printConnector' '#microsoft.graph.printDocument': '#/components/schemas/microsoft.graph.printDocument' '#microsoft.graph.printerBase': '#/components/schemas/microsoft.graph.printerBase' '#microsoft.graph.printer': '#/components/schemas/microsoft.graph.printer' '#microsoft.graph.printerShare': '#/components/schemas/microsoft.graph.printerShare' '#microsoft.graph.printJob': '#/components/schemas/microsoft.graph.printJob' '#microsoft.graph.printOperation': '#/components/schemas/microsoft.graph.printOperation' '#microsoft.graph.printerCreateOperation': '#/components/schemas/microsoft.graph.printerCreateOperation' '#microsoft.graph.printService': '#/components/schemas/microsoft.graph.printService' '#microsoft.graph.printServiceEndpoint': '#/components/schemas/microsoft.graph.printServiceEndpoint' '#microsoft.graph.printTask': '#/components/schemas/microsoft.graph.printTask' '#microsoft.graph.printTaskDefinition': '#/components/schemas/microsoft.graph.printTaskDefinition' '#microsoft.graph.printTaskTrigger': '#/components/schemas/microsoft.graph.printTaskTrigger' '#microsoft.graph.printUsage': '#/components/schemas/microsoft.graph.printUsage' '#microsoft.graph.printUsageByPrinter': '#/components/schemas/microsoft.graph.printUsageByPrinter' '#microsoft.graph.printUsageByUser': '#/components/schemas/microsoft.graph.printUsageByUser' '#microsoft.graph.privilegedAccessGroup': '#/components/schemas/microsoft.graph.privilegedAccessGroup' '#microsoft.graph.privilegedAccessRoot': '#/components/schemas/microsoft.graph.privilegedAccessRoot' '#microsoft.graph.privilegedAccessSchedule': '#/components/schemas/microsoft.graph.privilegedAccessSchedule' '#microsoft.graph.privilegedAccessGroupAssignmentSchedule': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentSchedule' '#microsoft.graph.privilegedAccessGroupEligibilitySchedule': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilitySchedule' '#microsoft.graph.privilegedAccessScheduleInstance': '#/components/schemas/microsoft.graph.privilegedAccessScheduleInstance' '#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance' '#microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance' '#microsoft.graph.profileCardProperty': '#/components/schemas/microsoft.graph.profileCardProperty' '#microsoft.graph.profilePhoto': '#/components/schemas/microsoft.graph.profilePhoto' '#microsoft.graph.pronounsSettings': '#/components/schemas/microsoft.graph.pronounsSettings' '#microsoft.graph.protectionPolicyBase': '#/components/schemas/microsoft.graph.protectionPolicyBase' '#microsoft.graph.exchangeProtectionPolicy': '#/components/schemas/microsoft.graph.exchangeProtectionPolicy' '#microsoft.graph.oneDriveForBusinessProtectionPolicy': '#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy' '#microsoft.graph.sharePointProtectionPolicy': '#/components/schemas/microsoft.graph.sharePointProtectionPolicy' '#microsoft.graph.protectionRuleBase': '#/components/schemas/microsoft.graph.protectionRuleBase' '#microsoft.graph.driveProtectionRule': '#/components/schemas/microsoft.graph.driveProtectionRule' '#microsoft.graph.mailboxProtectionRule': '#/components/schemas/microsoft.graph.mailboxProtectionRule' '#microsoft.graph.siteProtectionRule': '#/components/schemas/microsoft.graph.siteProtectionRule' '#microsoft.graph.protectionUnitBase': '#/components/schemas/microsoft.graph.protectionUnitBase' '#microsoft.graph.driveProtectionUnit': '#/components/schemas/microsoft.graph.driveProtectionUnit' '#microsoft.graph.mailboxProtectionUnit': '#/components/schemas/microsoft.graph.mailboxProtectionUnit' '#microsoft.graph.siteProtectionUnit': '#/components/schemas/microsoft.graph.siteProtectionUnit' '#microsoft.graph.protectionUnitsBulkJobBase': '#/components/schemas/microsoft.graph.protectionUnitsBulkJobBase' '#microsoft.graph.driveProtectionUnitsBulkAdditionJob': '#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob' '#microsoft.graph.mailboxProtectionUnitsBulkAdditionJob': '#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob' '#microsoft.graph.siteProtectionUnitsBulkAdditionJob': '#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob' '#microsoft.graph.provisioningObjectSummary': '#/components/schemas/microsoft.graph.provisioningObjectSummary' '#microsoft.graph.publicKeyInfrastructureRoot': '#/components/schemas/microsoft.graph.publicKeyInfrastructureRoot' '#microsoft.graph.rbacApplication': '#/components/schemas/microsoft.graph.rbacApplication' '#microsoft.graph.readingAssignmentSubmission': '#/components/schemas/microsoft.graph.readingAssignmentSubmission' '#microsoft.graph.readingCoachPassage': '#/components/schemas/microsoft.graph.readingCoachPassage' '#microsoft.graph.reflectCheckInResponse': '#/components/schemas/microsoft.graph.reflectCheckInResponse' '#microsoft.graph.relyingPartyDetailedSummary': '#/components/schemas/microsoft.graph.relyingPartyDetailedSummary' '#microsoft.graph.remoteAssistancePartner': '#/components/schemas/microsoft.graph.remoteAssistancePartner' '#microsoft.graph.remoteDesktopSecurityConfiguration': '#/components/schemas/microsoft.graph.remoteDesktopSecurityConfiguration' '#microsoft.graph.reportsRoot': '#/components/schemas/microsoft.graph.reportsRoot' '#microsoft.graph.request': '#/components/schemas/microsoft.graph.request' '#microsoft.graph.privilegedAccessScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessScheduleRequest' '#microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleRequest' '#microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest': '#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleRequest' '#microsoft.graph.unifiedRoleAssignmentScheduleRequest': '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleRequest' '#microsoft.graph.unifiedRoleEligibilityScheduleRequest': '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleRequest' '#microsoft.graph.userConsentRequest': '#/components/schemas/microsoft.graph.userConsentRequest' '#microsoft.graph.resourceOperation': '#/components/schemas/microsoft.graph.resourceOperation' '#microsoft.graph.restoreArtifactBase': '#/components/schemas/microsoft.graph.restoreArtifactBase' '#microsoft.graph.driveRestoreArtifact': '#/components/schemas/microsoft.graph.driveRestoreArtifact' '#microsoft.graph.mailboxRestoreArtifact': '#/components/schemas/microsoft.graph.mailboxRestoreArtifact' '#microsoft.graph.granularMailboxRestoreArtifact': '#/components/schemas/microsoft.graph.granularMailboxRestoreArtifact' '#microsoft.graph.siteRestoreArtifact': '#/components/schemas/microsoft.graph.siteRestoreArtifact' '#microsoft.graph.restoreArtifactsBulkRequestBase': '#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase' '#microsoft.graph.driveRestoreArtifactsBulkAdditionRequest': '#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest' '#microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest': '#/components/schemas/microsoft.graph.mailboxRestoreArtifactsBulkAdditionRequest' '#microsoft.graph.siteRestoreArtifactsBulkAdditionRequest': '#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest' '#microsoft.graph.restorePoint': '#/components/schemas/microsoft.graph.restorePoint' '#microsoft.graph.restoreSessionBase': '#/components/schemas/microsoft.graph.restoreSessionBase' '#microsoft.graph.exchangeRestoreSession': '#/components/schemas/microsoft.graph.exchangeRestoreSession' '#microsoft.graph.oneDriveForBusinessRestoreSession': '#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession' '#microsoft.graph.sharePointRestoreSession': '#/components/schemas/microsoft.graph.sharePointRestoreSession' '#microsoft.graph.riskDetection': '#/components/schemas/microsoft.graph.riskDetection' '#microsoft.graph.riskyServicePrincipal': '#/components/schemas/microsoft.graph.riskyServicePrincipal' '#microsoft.graph.riskyServicePrincipalHistoryItem': '#/components/schemas/microsoft.graph.riskyServicePrincipalHistoryItem' '#microsoft.graph.riskyUser': '#/components/schemas/microsoft.graph.riskyUser' '#microsoft.graph.riskyUserHistoryItem': '#/components/schemas/microsoft.graph.riskyUserHistoryItem' '#microsoft.graph.roleAssignment': '#/components/schemas/microsoft.graph.roleAssignment' '#microsoft.graph.deviceAndAppManagementRoleAssignment': '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleAssignment' '#microsoft.graph.roleDefinition': '#/components/schemas/microsoft.graph.roleDefinition' '#microsoft.graph.deviceAndAppManagementRoleDefinition': '#/components/schemas/microsoft.graph.deviceAndAppManagementRoleDefinition' '#microsoft.graph.schedule': '#/components/schemas/microsoft.graph.schedule' '#microsoft.graph.schemaExtension': '#/components/schemas/microsoft.graph.schemaExtension' '#microsoft.graph.scopedRoleMembership': '#/components/schemas/microsoft.graph.scopedRoleMembership' '#microsoft.graph.searchEntity': '#/components/schemas/microsoft.graph.searchEntity' '#microsoft.graph.secureScore': '#/components/schemas/microsoft.graph.secureScore' '#microsoft.graph.secureScoreControlProfile': '#/components/schemas/microsoft.graph.secureScoreControlProfile' '#microsoft.graph.security': '#/components/schemas/microsoft.graph.security' '#microsoft.graph.securityReportsRoot': '#/components/schemas/microsoft.graph.securityReportsRoot' '#microsoft.graph.sensitivityLabel': '#/components/schemas/microsoft.graph.sensitivityLabel' '#microsoft.graph.serviceAnnouncement': '#/components/schemas/microsoft.graph.serviceAnnouncement' '#microsoft.graph.serviceAnnouncementAttachment': '#/components/schemas/microsoft.graph.serviceAnnouncementAttachment' '#microsoft.graph.serviceAnnouncementBase': '#/components/schemas/microsoft.graph.serviceAnnouncementBase' '#microsoft.graph.serviceHealthIssue': '#/components/schemas/microsoft.graph.serviceHealthIssue' '#microsoft.graph.serviceUpdateMessage': '#/components/schemas/microsoft.graph.serviceUpdateMessage' '#microsoft.graph.serviceApp': '#/components/schemas/microsoft.graph.serviceApp' '#microsoft.graph.serviceHealth': '#/components/schemas/microsoft.graph.serviceHealth' '#microsoft.graph.servicePrincipalRiskDetection': '#/components/schemas/microsoft.graph.servicePrincipalRiskDetection' '#microsoft.graph.settingStateDeviceSummary': '#/components/schemas/microsoft.graph.settingStateDeviceSummary' '#microsoft.graph.sharedInsight': '#/components/schemas/microsoft.graph.sharedInsight' '#microsoft.graph.sharepoint': '#/components/schemas/microsoft.graph.sharepoint' '#microsoft.graph.sharePointMigrationEvent': '#/components/schemas/microsoft.graph.sharePointMigrationEvent' '#microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent': '#/components/schemas/microsoft.graph.sharePointMigrationFinishManifestFileUploadEvent' '#microsoft.graph.sharePointMigrationJobCancelledEvent': '#/components/schemas/microsoft.graph.sharePointMigrationJobCancelledEvent' '#microsoft.graph.sharePointMigrationJobDeletedEvent': '#/components/schemas/microsoft.graph.sharePointMigrationJobDeletedEvent' '#microsoft.graph.sharePointMigrationJobErrorEvent': '#/components/schemas/microsoft.graph.sharePointMigrationJobErrorEvent' '#microsoft.graph.sharePointMigrationJobPostponedEvent': '#/components/schemas/microsoft.graph.sharePointMigrationJobPostponedEvent' '#microsoft.graph.sharePointMigrationJobProgressEvent': '#/components/schemas/microsoft.graph.sharePointMigrationJobProgressEvent' '#microsoft.graph.sharePointMigrationJobQueuedEvent': '#/components/schemas/microsoft.graph.sharePointMigrationJobQueuedEvent' '#microsoft.graph.sharePointMigrationJobStartEvent': '#/components/schemas/microsoft.graph.sharePointMigrationJobStartEvent' '#microsoft.graph.sharePointMigrationJob': '#/components/schemas/microsoft.graph.sharePointMigrationJob' '#microsoft.graph.sharepointSettings': '#/components/schemas/microsoft.graph.sharepointSettings' '#microsoft.graph.signIn': '#/components/schemas/microsoft.graph.signIn' '#microsoft.graph.simulation': '#/components/schemas/microsoft.graph.simulation' '#microsoft.graph.simulationAutomation': '#/components/schemas/microsoft.graph.simulationAutomation' '#microsoft.graph.simulationAutomationRun': '#/components/schemas/microsoft.graph.simulationAutomationRun' '#microsoft.graph.singleValueLegacyExtendedProperty': '#/components/schemas/microsoft.graph.singleValueLegacyExtendedProperty' '#microsoft.graph.softwareUpdateStatusSummary': '#/components/schemas/microsoft.graph.softwareUpdateStatusSummary' '#microsoft.graph.speakerAssignmentSubmission': '#/components/schemas/microsoft.graph.speakerAssignmentSubmission' '#microsoft.graph.storageQuotaBreakdown': '#/components/schemas/microsoft.graph.storageQuotaBreakdown' '#microsoft.graph.serviceStorageQuotaBreakdown': '#/components/schemas/microsoft.graph.serviceStorageQuotaBreakdown' '#microsoft.graph.storageSettings': '#/components/schemas/microsoft.graph.storageSettings' '#microsoft.graph.subjectRightsRequest': '#/components/schemas/microsoft.graph.subjectRightsRequest' '#microsoft.graph.subscribedSku': '#/components/schemas/microsoft.graph.subscribedSku' '#microsoft.graph.subscription': '#/components/schemas/microsoft.graph.subscription' '#microsoft.graph.synchronization': '#/components/schemas/microsoft.graph.synchronization' '#microsoft.graph.synchronizationJob': '#/components/schemas/microsoft.graph.synchronizationJob' '#microsoft.graph.synchronizationSchema': '#/components/schemas/microsoft.graph.synchronizationSchema' '#microsoft.graph.synchronizationTemplate': '#/components/schemas/microsoft.graph.synchronizationTemplate' '#microsoft.graph.targetDeviceGroup': '#/components/schemas/microsoft.graph.targetDeviceGroup' '#microsoft.graph.targetedManagedAppPolicyAssignment': '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' '#microsoft.graph.team': '#/components/schemas/microsoft.graph.team' '#microsoft.graph.teamInfo': '#/components/schemas/microsoft.graph.teamInfo' '#microsoft.graph.associatedTeamInfo': '#/components/schemas/microsoft.graph.associatedTeamInfo' '#microsoft.graph.sharedWithChannelTeamInfo': '#/components/schemas/microsoft.graph.sharedWithChannelTeamInfo' '#microsoft.graph.teamsApp': '#/components/schemas/microsoft.graph.teamsApp' '#microsoft.graph.teamsAppDefinition': '#/components/schemas/microsoft.graph.teamsAppDefinition' '#microsoft.graph.teamsAppInstallation': '#/components/schemas/microsoft.graph.teamsAppInstallation' '#microsoft.graph.userScopeTeamsAppInstallation': '#/components/schemas/microsoft.graph.userScopeTeamsAppInstallation' '#microsoft.graph.teamsAppSettings': '#/components/schemas/microsoft.graph.teamsAppSettings' '#microsoft.graph.teamsAsyncOperation': '#/components/schemas/microsoft.graph.teamsAsyncOperation' '#microsoft.graph.teamsTab': '#/components/schemas/microsoft.graph.teamsTab' '#microsoft.graph.teamsTemplate': '#/components/schemas/microsoft.graph.teamsTemplate' '#microsoft.graph.teamwork': '#/components/schemas/microsoft.graph.teamwork' '#microsoft.graph.teamworkBot': '#/components/schemas/microsoft.graph.teamworkBot' '#microsoft.graph.teamworkHostedContent': '#/components/schemas/microsoft.graph.teamworkHostedContent' '#microsoft.graph.chatMessageHostedContent': '#/components/schemas/microsoft.graph.chatMessageHostedContent' '#microsoft.graph.teamworkTag': '#/components/schemas/microsoft.graph.teamworkTag' '#microsoft.graph.teamworkTagMember': '#/components/schemas/microsoft.graph.teamworkTagMember' '#microsoft.graph.tenantProtectionScopeContainer': '#/components/schemas/microsoft.graph.tenantProtectionScopeContainer' '#microsoft.graph.termsAndConditions': '#/components/schemas/microsoft.graph.termsAndConditions' '#microsoft.graph.termsAndConditionsAcceptanceStatus': '#/components/schemas/microsoft.graph.termsAndConditionsAcceptanceStatus' '#microsoft.graph.termsAndConditionsAssignment': '#/components/schemas/microsoft.graph.termsAndConditionsAssignment' '#microsoft.graph.termsOfUseContainer': '#/components/schemas/microsoft.graph.termsOfUseContainer' '#microsoft.graph.threatAssessmentRequest': '#/components/schemas/microsoft.graph.threatAssessmentRequest' '#microsoft.graph.emailFileAssessmentRequest': '#/components/schemas/microsoft.graph.emailFileAssessmentRequest' '#microsoft.graph.fileAssessmentRequest': '#/components/schemas/microsoft.graph.fileAssessmentRequest' '#microsoft.graph.mailAssessmentRequest': '#/components/schemas/microsoft.graph.mailAssessmentRequest' '#microsoft.graph.urlAssessmentRequest': '#/components/schemas/microsoft.graph.urlAssessmentRequest' '#microsoft.graph.threatAssessmentResult': '#/components/schemas/microsoft.graph.threatAssessmentResult' '#microsoft.graph.thumbnailSet': '#/components/schemas/microsoft.graph.thumbnailSet' '#microsoft.graph.todo': '#/components/schemas/microsoft.graph.todo' '#microsoft.graph.todoTask': '#/components/schemas/microsoft.graph.todoTask' '#microsoft.graph.todoTaskList': '#/components/schemas/microsoft.graph.todoTaskList' '#microsoft.graph.training': '#/components/schemas/microsoft.graph.training' '#microsoft.graph.trainingLanguageDetail': '#/components/schemas/microsoft.graph.trainingLanguageDetail' '#microsoft.graph.trending': '#/components/schemas/microsoft.graph.trending' '#microsoft.graph.unifiedRbacResourceAction': '#/components/schemas/microsoft.graph.unifiedRbacResourceAction' '#microsoft.graph.unifiedRbacResourceNamespace': '#/components/schemas/microsoft.graph.unifiedRbacResourceNamespace' '#microsoft.graph.unifiedRoleAssignment': '#/components/schemas/microsoft.graph.unifiedRoleAssignment' '#microsoft.graph.unifiedRoleDefinition': '#/components/schemas/microsoft.graph.unifiedRoleDefinition' '#microsoft.graph.unifiedRoleManagementPolicy': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicy' '#microsoft.graph.unifiedRoleManagementPolicyAssignment': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAssignment' '#microsoft.graph.unifiedRoleManagementPolicyRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyRule' '#microsoft.graph.unifiedRoleManagementPolicyApprovalRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyApprovalRule' '#microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyAuthenticationContextRule' '#microsoft.graph.unifiedRoleManagementPolicyEnablementRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyEnablementRule' '#microsoft.graph.unifiedRoleManagementPolicyExpirationRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyExpirationRule' '#microsoft.graph.unifiedRoleManagementPolicyNotificationRule': '#/components/schemas/microsoft.graph.unifiedRoleManagementPolicyNotificationRule' '#microsoft.graph.unifiedRoleScheduleBase': '#/components/schemas/microsoft.graph.unifiedRoleScheduleBase' '#microsoft.graph.unifiedRoleAssignmentSchedule': '#/components/schemas/microsoft.graph.unifiedRoleAssignmentSchedule' '#microsoft.graph.unifiedRoleEligibilitySchedule': '#/components/schemas/microsoft.graph.unifiedRoleEligibilitySchedule' '#microsoft.graph.unifiedRoleScheduleInstanceBase': '#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase' '#microsoft.graph.unifiedRoleAssignmentScheduleInstance': '#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance' '#microsoft.graph.unifiedRoleEligibilityScheduleInstance': '#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance' '#microsoft.graph.unifiedStorageQuota': '#/components/schemas/microsoft.graph.unifiedStorageQuota' '#microsoft.graph.usageRightsIncluded': '#/components/schemas/microsoft.graph.usageRightsIncluded' '#microsoft.graph.usedInsight': '#/components/schemas/microsoft.graph.usedInsight' '#microsoft.graph.userActivity': '#/components/schemas/microsoft.graph.userActivity' '#microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthApplicationPerformance' '#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails' '#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId' '#microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthAppPerformanceByOSVersion' '#microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDeviceModelPerformance' '#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformance' '#microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthDevicePerformanceDetails' '#microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsAppHealthOSVersionPerformance' '#microsoft.graph.userExperienceAnalyticsBaseline': '#/components/schemas/microsoft.graph.userExperienceAnalyticsBaseline' '#microsoft.graph.userExperienceAnalyticsCategory': '#/components/schemas/microsoft.graph.userExperienceAnalyticsCategory' '#microsoft.graph.userExperienceAnalyticsDevicePerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDevicePerformance' '#microsoft.graph.userExperienceAnalyticsDeviceScores': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceScores' '#microsoft.graph.userExperienceAnalyticsDeviceStartupHistory': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupHistory' '#microsoft.graph.userExperienceAnalyticsDeviceStartupProcess': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcess' '#microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsDeviceStartupProcessPerformance' '#microsoft.graph.userExperienceAnalyticsMetric': '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetric' '#microsoft.graph.userExperienceAnalyticsMetricHistory': '#/components/schemas/microsoft.graph.userExperienceAnalyticsMetricHistory' '#microsoft.graph.userExperienceAnalyticsModelScores': '#/components/schemas/microsoft.graph.userExperienceAnalyticsModelScores' '#microsoft.graph.userExperienceAnalyticsOverview': '#/components/schemas/microsoft.graph.userExperienceAnalyticsOverview' '#microsoft.graph.userExperienceAnalyticsScoreHistory': '#/components/schemas/microsoft.graph.userExperienceAnalyticsScoreHistory' '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice': '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevice' '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric': '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric' '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric': '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereMetric' '#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance': '#/components/schemas/microsoft.graph.userExperienceAnalyticsWorkFromAnywhereModelPerformance' '#microsoft.graph.userFlowLanguageConfiguration': '#/components/schemas/microsoft.graph.userFlowLanguageConfiguration' '#microsoft.graph.userFlowLanguagePage': '#/components/schemas/microsoft.graph.userFlowLanguagePage' '#microsoft.graph.userInsightsSettings': '#/components/schemas/microsoft.graph.userInsightsSettings' '#microsoft.graph.userInstallStateSummary': '#/components/schemas/microsoft.graph.userInstallStateSummary' '#microsoft.graph.userProtectionScopeContainer': '#/components/schemas/microsoft.graph.userProtectionScopeContainer' '#microsoft.graph.userRegistrationDetails': '#/components/schemas/microsoft.graph.userRegistrationDetails' '#microsoft.graph.userSettings': '#/components/schemas/microsoft.graph.userSettings' '#microsoft.graph.userSolutionRoot': '#/components/schemas/microsoft.graph.userSolutionRoot' '#microsoft.graph.userStorage': '#/components/schemas/microsoft.graph.userStorage' '#microsoft.graph.userTeamwork': '#/components/schemas/microsoft.graph.userTeamwork' '#microsoft.graph.verticalSection': '#/components/schemas/microsoft.graph.verticalSection' '#microsoft.graph.virtualEndpoint': '#/components/schemas/microsoft.graph.virtualEndpoint' '#microsoft.graph.virtualEvent': '#/components/schemas/microsoft.graph.virtualEvent' '#microsoft.graph.virtualEventTownhall': '#/components/schemas/microsoft.graph.virtualEventTownhall' '#microsoft.graph.virtualEventWebinar': '#/components/schemas/microsoft.graph.virtualEventWebinar' '#microsoft.graph.virtualEventPresenter': '#/components/schemas/microsoft.graph.virtualEventPresenter' '#microsoft.graph.virtualEventRegistration': '#/components/schemas/microsoft.graph.virtualEventRegistration' '#microsoft.graph.virtualEventRegistrationConfiguration': '#/components/schemas/microsoft.graph.virtualEventRegistrationConfiguration' '#microsoft.graph.virtualEventWebinarRegistrationConfiguration': '#/components/schemas/microsoft.graph.virtualEventWebinarRegistrationConfiguration' '#microsoft.graph.virtualEventRegistrationQuestionBase': '#/components/schemas/microsoft.graph.virtualEventRegistrationQuestionBase' '#microsoft.graph.virtualEventRegistrationCustomQuestion': '#/components/schemas/microsoft.graph.virtualEventRegistrationCustomQuestion' '#microsoft.graph.virtualEventRegistrationPredefinedQuestion': '#/components/schemas/microsoft.graph.virtualEventRegistrationPredefinedQuestion' '#microsoft.graph.virtualEventsRoot': '#/components/schemas/microsoft.graph.virtualEventsRoot' '#microsoft.graph.vppToken': '#/components/schemas/microsoft.graph.vppToken' '#microsoft.graph.webApplicationFirewallProvider': '#/components/schemas/microsoft.graph.webApplicationFirewallProvider' '#microsoft.graph.akamaiWebApplicationFirewallProvider': '#/components/schemas/microsoft.graph.akamaiWebApplicationFirewallProvider' '#microsoft.graph.cloudFlareWebApplicationFirewallProvider': '#/components/schemas/microsoft.graph.cloudFlareWebApplicationFirewallProvider' '#microsoft.graph.webApplicationFirewallVerificationModel': '#/components/schemas/microsoft.graph.webApplicationFirewallVerificationModel' '#microsoft.graph.webPart': '#/components/schemas/microsoft.graph.webPart' '#microsoft.graph.standardWebPart': '#/components/schemas/microsoft.graph.standardWebPart' '#microsoft.graph.textWebPart': '#/components/schemas/microsoft.graph.textWebPart' '#microsoft.graph.windowsAutopilotDeploymentProfile': '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfile' '#microsoft.graph.windowsAutopilotDeploymentProfileAssignment': '#/components/schemas/microsoft.graph.windowsAutopilotDeploymentProfileAssignment' '#microsoft.graph.windowsAutopilotDeviceIdentity': '#/components/schemas/microsoft.graph.windowsAutopilotDeviceIdentity' '#microsoft.graph.windowsDeviceMalwareState': '#/components/schemas/microsoft.graph.windowsDeviceMalwareState' '#microsoft.graph.windowsInformationProtectionAppLearningSummary': '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary' '#microsoft.graph.windowsInformationProtectionAppLockerFile': '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' '#microsoft.graph.windowsInformationProtectionNetworkLearningSummary': '#/components/schemas/microsoft.graph.windowsInformationProtectionNetworkLearningSummary' '#microsoft.graph.windowsMalwareInformation': '#/components/schemas/microsoft.graph.windowsMalwareInformation' '#microsoft.graph.windowsProtectionState': '#/components/schemas/microsoft.graph.windowsProtectionState' '#microsoft.graph.windowsSetting': '#/components/schemas/microsoft.graph.windowsSetting' '#microsoft.graph.windowsSettingInstance': '#/components/schemas/microsoft.graph.windowsSettingInstance' '#microsoft.graph.workbook': '#/components/schemas/microsoft.graph.workbook' '#microsoft.graph.workbookApplication': '#/components/schemas/microsoft.graph.workbookApplication' '#microsoft.graph.workbookChart': '#/components/schemas/microsoft.graph.workbookChart' '#microsoft.graph.workbookChartAreaFormat': '#/components/schemas/microsoft.graph.workbookChartAreaFormat' '#microsoft.graph.workbookChartAxes': '#/components/schemas/microsoft.graph.workbookChartAxes' '#microsoft.graph.workbookChartAxis': '#/components/schemas/microsoft.graph.workbookChartAxis' '#microsoft.graph.workbookChartAxisFormat': '#/components/schemas/microsoft.graph.workbookChartAxisFormat' '#microsoft.graph.workbookChartAxisTitle': '#/components/schemas/microsoft.graph.workbookChartAxisTitle' '#microsoft.graph.workbookChartAxisTitleFormat': '#/components/schemas/microsoft.graph.workbookChartAxisTitleFormat' '#microsoft.graph.workbookChartDataLabelFormat': '#/components/schemas/microsoft.graph.workbookChartDataLabelFormat' '#microsoft.graph.workbookChartDataLabels': '#/components/schemas/microsoft.graph.workbookChartDataLabels' '#microsoft.graph.workbookChartFill': '#/components/schemas/microsoft.graph.workbookChartFill' '#microsoft.graph.workbookChartFont': '#/components/schemas/microsoft.graph.workbookChartFont' '#microsoft.graph.workbookChartGridlines': '#/components/schemas/microsoft.graph.workbookChartGridlines' '#microsoft.graph.workbookChartGridlinesFormat': '#/components/schemas/microsoft.graph.workbookChartGridlinesFormat' '#microsoft.graph.workbookChartLegend': '#/components/schemas/microsoft.graph.workbookChartLegend' '#microsoft.graph.workbookChartLegendFormat': '#/components/schemas/microsoft.graph.workbookChartLegendFormat' '#microsoft.graph.workbookChartLineFormat': '#/components/schemas/microsoft.graph.workbookChartLineFormat' '#microsoft.graph.workbookChartPoint': '#/components/schemas/microsoft.graph.workbookChartPoint' '#microsoft.graph.workbookChartPointFormat': '#/components/schemas/microsoft.graph.workbookChartPointFormat' '#microsoft.graph.workbookChartSeries': '#/components/schemas/microsoft.graph.workbookChartSeries' '#microsoft.graph.workbookChartSeriesFormat': '#/components/schemas/microsoft.graph.workbookChartSeriesFormat' '#microsoft.graph.workbookChartTitle': '#/components/schemas/microsoft.graph.workbookChartTitle' '#microsoft.graph.workbookChartTitleFormat': '#/components/schemas/microsoft.graph.workbookChartTitleFormat' '#microsoft.graph.workbookComment': '#/components/schemas/microsoft.graph.workbookComment' '#microsoft.graph.workbookCommentReply': '#/components/schemas/microsoft.graph.workbookCommentReply' '#microsoft.graph.workbookFilter': '#/components/schemas/microsoft.graph.workbookFilter' '#microsoft.graph.workbookFormatProtection': '#/components/schemas/microsoft.graph.workbookFormatProtection' '#microsoft.graph.workbookFunctionResult': '#/components/schemas/microsoft.graph.workbookFunctionResult' '#microsoft.graph.workbookFunctions': '#/components/schemas/microsoft.graph.workbookFunctions' '#microsoft.graph.workbookNamedItem': '#/components/schemas/microsoft.graph.workbookNamedItem' '#microsoft.graph.workbookOperation': '#/components/schemas/microsoft.graph.workbookOperation' '#microsoft.graph.workbookPivotTable': '#/components/schemas/microsoft.graph.workbookPivotTable' '#microsoft.graph.workbookRange': '#/components/schemas/microsoft.graph.workbookRange' '#microsoft.graph.workbookRangeBorder': '#/components/schemas/microsoft.graph.workbookRangeBorder' '#microsoft.graph.workbookRangeFill': '#/components/schemas/microsoft.graph.workbookRangeFill' '#microsoft.graph.workbookRangeFont': '#/components/schemas/microsoft.graph.workbookRangeFont' '#microsoft.graph.workbookRangeFormat': '#/components/schemas/microsoft.graph.workbookRangeFormat' '#microsoft.graph.workbookRangeSort': '#/components/schemas/microsoft.graph.workbookRangeSort' '#microsoft.graph.workbookRangeView': '#/components/schemas/microsoft.graph.workbookRangeView' '#microsoft.graph.workbookTable': '#/components/schemas/microsoft.graph.workbookTable' '#microsoft.graph.workbookTableColumn': '#/components/schemas/microsoft.graph.workbookTableColumn' '#microsoft.graph.workbookTableRow': '#/components/schemas/microsoft.graph.workbookTableRow' '#microsoft.graph.workbookTableSort': '#/components/schemas/microsoft.graph.workbookTableSort' '#microsoft.graph.workbookWorksheet': '#/components/schemas/microsoft.graph.workbookWorksheet' '#microsoft.graph.workbookWorksheetProtection': '#/components/schemas/microsoft.graph.workbookWorksheetProtection' '#microsoft.graph.workingTimeSchedule': '#/components/schemas/microsoft.graph.workingTimeSchedule' '#microsoft.graph.callRecords.callRecord': '#/components/schemas/microsoft.graph.callRecords.callRecord' '#microsoft.graph.callRecords.participantBase': '#/components/schemas/microsoft.graph.callRecords.participantBase' '#microsoft.graph.callRecords.organizer': '#/components/schemas/microsoft.graph.callRecords.organizer' '#microsoft.graph.callRecords.participant': '#/components/schemas/microsoft.graph.callRecords.participant' '#microsoft.graph.callRecords.segment': '#/components/schemas/microsoft.graph.callRecords.segment' '#microsoft.graph.callRecords.session': '#/components/schemas/microsoft.graph.callRecords.session' '#microsoft.graph.externalConnectors.connectionOperation': '#/components/schemas/microsoft.graph.externalConnectors.connectionOperation' '#microsoft.graph.externalConnectors.externalActivity': '#/components/schemas/microsoft.graph.externalConnectors.externalActivity' '#microsoft.graph.externalConnectors.externalActivityResult': '#/components/schemas/microsoft.graph.externalConnectors.externalActivityResult' '#microsoft.graph.externalConnectors.externalConnection': '#/components/schemas/microsoft.graph.externalConnectors.externalConnection' '#microsoft.graph.externalConnectors.externalGroup': '#/components/schemas/microsoft.graph.externalConnectors.externalGroup' '#microsoft.graph.externalConnectors.externalItem': '#/components/schemas/microsoft.graph.externalConnectors.externalItem' '#microsoft.graph.externalConnectors.identity': '#/components/schemas/microsoft.graph.externalConnectors.identity' '#microsoft.graph.externalConnectors.schema': '#/components/schemas/microsoft.graph.externalConnectors.schema' '#microsoft.graph.identityGovernance.insights': '#/components/schemas/microsoft.graph.identityGovernance.insights' '#microsoft.graph.identityGovernance.lifecycleManagementSettings': '#/components/schemas/microsoft.graph.identityGovernance.lifecycleManagementSettings' '#microsoft.graph.identityGovernance.lifecycleWorkflowsContainer': '#/components/schemas/microsoft.graph.identityGovernance.lifecycleWorkflowsContainer' '#microsoft.graph.identityGovernance.run': '#/components/schemas/microsoft.graph.identityGovernance.run' '#microsoft.graph.identityGovernance.task': '#/components/schemas/microsoft.graph.identityGovernance.task' '#microsoft.graph.identityGovernance.taskDefinition': '#/components/schemas/microsoft.graph.identityGovernance.taskDefinition' '#microsoft.graph.identityGovernance.taskProcessingResult': '#/components/schemas/microsoft.graph.identityGovernance.taskProcessingResult' '#microsoft.graph.identityGovernance.taskReport': '#/components/schemas/microsoft.graph.identityGovernance.taskReport' '#microsoft.graph.identityGovernance.userProcessingResult': '#/components/schemas/microsoft.graph.identityGovernance.userProcessingResult' '#microsoft.graph.identityGovernance.workflowTemplate': '#/components/schemas/microsoft.graph.identityGovernance.workflowTemplate' '#microsoft.graph.partners.billing.azureUsage': '#/components/schemas/microsoft.graph.partners.billing.azureUsage' '#microsoft.graph.partners.billing.billedReconciliation': '#/components/schemas/microsoft.graph.partners.billing.billedReconciliation' '#microsoft.graph.partners.billing.billedUsage': '#/components/schemas/microsoft.graph.partners.billing.billedUsage' '#microsoft.graph.partners.billing.billing': '#/components/schemas/microsoft.graph.partners.billing.billing' '#microsoft.graph.partners.billing.billingReconciliation': '#/components/schemas/microsoft.graph.partners.billing.billingReconciliation' '#microsoft.graph.partners.billing.manifest': '#/components/schemas/microsoft.graph.partners.billing.manifest' '#microsoft.graph.partners.billing.operation': '#/components/schemas/microsoft.graph.partners.billing.operation' '#microsoft.graph.partners.billing.exportSuccessOperation': '#/components/schemas/microsoft.graph.partners.billing.exportSuccessOperation' '#microsoft.graph.partners.billing.failedOperation': '#/components/schemas/microsoft.graph.partners.billing.failedOperation' '#microsoft.graph.partners.billing.runningOperation': '#/components/schemas/microsoft.graph.partners.billing.runningOperation' '#microsoft.graph.partners.billing.unbilledReconciliation': '#/components/schemas/microsoft.graph.partners.billing.unbilledReconciliation' '#microsoft.graph.partners.billing.unbilledUsage': '#/components/schemas/microsoft.graph.partners.billing.unbilledUsage' '#microsoft.graph.search.searchAnswer': '#/components/schemas/microsoft.graph.search.searchAnswer' '#microsoft.graph.search.acronym': '#/components/schemas/microsoft.graph.search.acronym' '#microsoft.graph.search.bookmark': '#/components/schemas/microsoft.graph.search.bookmark' '#microsoft.graph.search.qna': '#/components/schemas/microsoft.graph.search.qna' '#microsoft.graph.security.alert': '#/components/schemas/microsoft.graph.security.alert' '#microsoft.graph.security.article': '#/components/schemas/microsoft.graph.security.article' '#microsoft.graph.security.artifact': '#/components/schemas/microsoft.graph.security.artifact' '#microsoft.graph.security.host': '#/components/schemas/microsoft.graph.security.host' '#microsoft.graph.security.hostname': '#/components/schemas/microsoft.graph.security.hostname' '#microsoft.graph.security.ipAddress': '#/components/schemas/microsoft.graph.security.ipAddress' '#microsoft.graph.security.hostComponent': '#/components/schemas/microsoft.graph.security.hostComponent' '#microsoft.graph.security.hostCookie': '#/components/schemas/microsoft.graph.security.hostCookie' '#microsoft.graph.security.hostSslCertificate': '#/components/schemas/microsoft.graph.security.hostSslCertificate' '#microsoft.graph.security.hostTracker': '#/components/schemas/microsoft.graph.security.hostTracker' '#microsoft.graph.security.passiveDnsRecord': '#/components/schemas/microsoft.graph.security.passiveDnsRecord' '#microsoft.graph.security.sslCertificate': '#/components/schemas/microsoft.graph.security.sslCertificate' '#microsoft.graph.security.unclassifiedArtifact': '#/components/schemas/microsoft.graph.security.unclassifiedArtifact' '#microsoft.graph.security.case': '#/components/schemas/microsoft.graph.security.case' '#microsoft.graph.security.ediscoveryCase': '#/components/schemas/microsoft.graph.security.ediscoveryCase' '#microsoft.graph.security.caseOperation': '#/components/schemas/microsoft.graph.security.caseOperation' '#microsoft.graph.security.ediscoveryAddToReviewSetOperation': '#/components/schemas/microsoft.graph.security.ediscoveryAddToReviewSetOperation' '#microsoft.graph.security.ediscoveryEstimateOperation': '#/components/schemas/microsoft.graph.security.ediscoveryEstimateOperation' '#microsoft.graph.security.ediscoveryExportOperation': '#/components/schemas/microsoft.graph.security.ediscoveryExportOperation' '#microsoft.graph.security.ediscoveryHoldOperation': '#/components/schemas/microsoft.graph.security.ediscoveryHoldOperation' '#microsoft.graph.security.ediscoveryHoldPolicySyncOperation': '#/components/schemas/microsoft.graph.security.ediscoveryHoldPolicySyncOperation' '#microsoft.graph.security.ediscoveryIndexOperation': '#/components/schemas/microsoft.graph.security.ediscoveryIndexOperation' '#microsoft.graph.security.ediscoveryPurgeDataOperation': '#/components/schemas/microsoft.graph.security.ediscoveryPurgeDataOperation' '#microsoft.graph.security.ediscoverySearchExportOperation': '#/components/schemas/microsoft.graph.security.ediscoverySearchExportOperation' '#microsoft.graph.security.ediscoveryTagOperation': '#/components/schemas/microsoft.graph.security.ediscoveryTagOperation' '#microsoft.graph.security.casesRoot': '#/components/schemas/microsoft.graph.security.casesRoot' '#microsoft.graph.security.dataSet': '#/components/schemas/microsoft.graph.security.dataSet' '#microsoft.graph.security.ediscoveryReviewSet': '#/components/schemas/microsoft.graph.security.ediscoveryReviewSet' '#microsoft.graph.security.dataSource': '#/components/schemas/microsoft.graph.security.dataSource' '#microsoft.graph.security.siteSource': '#/components/schemas/microsoft.graph.security.siteSource' '#microsoft.graph.security.unifiedGroupSource': '#/components/schemas/microsoft.graph.security.unifiedGroupSource' '#microsoft.graph.security.userSource': '#/components/schemas/microsoft.graph.security.userSource' '#microsoft.graph.security.dataSourceContainer': '#/components/schemas/microsoft.graph.security.dataSourceContainer' '#microsoft.graph.security.ediscoveryCustodian': '#/components/schemas/microsoft.graph.security.ediscoveryCustodian' '#microsoft.graph.security.ediscoveryNoncustodialDataSource': '#/components/schemas/microsoft.graph.security.ediscoveryNoncustodialDataSource' '#microsoft.graph.security.dispositionReviewStage': '#/components/schemas/microsoft.graph.security.dispositionReviewStage' '#microsoft.graph.security.ediscoveryCaseSettings': '#/components/schemas/microsoft.graph.security.ediscoveryCaseSettings' '#microsoft.graph.security.filePlanDescriptor': '#/components/schemas/microsoft.graph.security.filePlanDescriptor' '#microsoft.graph.security.filePlanDescriptorTemplate': '#/components/schemas/microsoft.graph.security.filePlanDescriptorTemplate' '#microsoft.graph.security.authorityTemplate': '#/components/schemas/microsoft.graph.security.authorityTemplate' '#microsoft.graph.security.categoryTemplate': '#/components/schemas/microsoft.graph.security.categoryTemplate' '#microsoft.graph.security.citationTemplate': '#/components/schemas/microsoft.graph.security.citationTemplate' '#microsoft.graph.security.departmentTemplate': '#/components/schemas/microsoft.graph.security.departmentTemplate' '#microsoft.graph.security.filePlanReferenceTemplate': '#/components/schemas/microsoft.graph.security.filePlanReferenceTemplate' '#microsoft.graph.security.subcategoryTemplate': '#/components/schemas/microsoft.graph.security.subcategoryTemplate' '#microsoft.graph.security.healthIssue': '#/components/schemas/microsoft.graph.security.healthIssue' '#microsoft.graph.security.hostPair': '#/components/schemas/microsoft.graph.security.hostPair' '#microsoft.graph.security.hostPort': '#/components/schemas/microsoft.graph.security.hostPort' '#microsoft.graph.security.hostReputation': '#/components/schemas/microsoft.graph.security.hostReputation' '#microsoft.graph.security.identityAccounts': '#/components/schemas/microsoft.graph.security.identityAccounts' '#microsoft.graph.security.user': '#/components/schemas/microsoft.graph.security.user' '#microsoft.graph.security.identityContainer': '#/components/schemas/microsoft.graph.security.identityContainer' '#microsoft.graph.security.incident': '#/components/schemas/microsoft.graph.security.incident' '#microsoft.graph.security.indicator': '#/components/schemas/microsoft.graph.security.indicator' '#microsoft.graph.security.articleIndicator': '#/components/schemas/microsoft.graph.security.articleIndicator' '#microsoft.graph.security.intelligenceProfileIndicator': '#/components/schemas/microsoft.graph.security.intelligenceProfileIndicator' '#microsoft.graph.security.intelligenceProfile': '#/components/schemas/microsoft.graph.security.intelligenceProfile' '#microsoft.graph.security.labelsRoot': '#/components/schemas/microsoft.graph.security.labelsRoot' '#microsoft.graph.security.networkAdapter': '#/components/schemas/microsoft.graph.security.networkAdapter' '#microsoft.graph.security.retentionEvent': '#/components/schemas/microsoft.graph.security.retentionEvent' '#microsoft.graph.security.retentionEventType': '#/components/schemas/microsoft.graph.security.retentionEventType' '#microsoft.graph.security.retentionLabel': '#/components/schemas/microsoft.graph.security.retentionLabel' '#microsoft.graph.security.search': '#/components/schemas/microsoft.graph.security.search' '#microsoft.graph.security.ediscoveryReviewSetQuery': '#/components/schemas/microsoft.graph.security.ediscoveryReviewSetQuery' '#microsoft.graph.security.ediscoverySearch': '#/components/schemas/microsoft.graph.security.ediscoverySearch' '#microsoft.graph.security.sensor': '#/components/schemas/microsoft.graph.security.sensor' '#microsoft.graph.security.sensorCandidate': '#/components/schemas/microsoft.graph.security.sensorCandidate' '#microsoft.graph.security.sensorCandidateActivationConfiguration': '#/components/schemas/microsoft.graph.security.sensorCandidateActivationConfiguration' '#microsoft.graph.security.subdomain': '#/components/schemas/microsoft.graph.security.subdomain' '#microsoft.graph.security.tag': '#/components/schemas/microsoft.graph.security.tag' '#microsoft.graph.security.ediscoveryReviewTag': '#/components/schemas/microsoft.graph.security.ediscoveryReviewTag' '#microsoft.graph.security.threatIntelligence': '#/components/schemas/microsoft.graph.security.threatIntelligence' '#microsoft.graph.security.triggersRoot': '#/components/schemas/microsoft.graph.security.triggersRoot' '#microsoft.graph.security.triggerTypesRoot': '#/components/schemas/microsoft.graph.security.triggerTypesRoot' '#microsoft.graph.security.vulnerability': '#/components/schemas/microsoft.graph.security.vulnerability' '#microsoft.graph.security.vulnerabilityComponent': '#/components/schemas/microsoft.graph.security.vulnerabilityComponent' '#microsoft.graph.security.whoisBaseRecord': '#/components/schemas/microsoft.graph.security.whoisBaseRecord' '#microsoft.graph.security.whoisHistoryRecord': '#/components/schemas/microsoft.graph.security.whoisHistoryRecord' '#microsoft.graph.security.whoisRecord': '#/components/schemas/microsoft.graph.security.whoisRecord' '#microsoft.graph.termStore.group': '#/components/schemas/microsoft.graph.termStore.group' '#microsoft.graph.termStore.relation': '#/components/schemas/microsoft.graph.termStore.relation' '#microsoft.graph.termStore.set': '#/components/schemas/microsoft.graph.termStore.set' '#microsoft.graph.termStore.store': '#/components/schemas/microsoft.graph.termStore.store' '#microsoft.graph.termStore.term': '#/components/schemas/microsoft.graph.termStore.term' microsoft.graph.managedApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: managedApp required: - '@odata.type' type: object properties: appAvailability: $ref: '#/components/schemas/microsoft.graph.managedAppAvailability' version: type: string description: The Application's version. nullable: true '@odata.type': type: string default: '#microsoft.graph.managedApp' description: Abstract class that contains properties and inherited properties for apps that you can manage with an Intune app protection policy. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.managedAndroidStoreApp': '#/components/schemas/microsoft.graph.managedAndroidStoreApp' '#microsoft.graph.managedIOSStoreApp': '#/components/schemas/microsoft.graph.managedIOSStoreApp' '#microsoft.graph.managedMobileLobApp': '#/components/schemas/microsoft.graph.managedMobileLobApp' '#microsoft.graph.managedAndroidLobApp': '#/components/schemas/microsoft.graph.managedAndroidLobApp' '#microsoft.graph.managedIOSLobApp': '#/components/schemas/microsoft.graph.managedIOSLobApp' microsoft.graph.windowsUniversalAppXCollectionResponse: title: Collection of windowsUniversalAppX type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsUniversalAppX' microsoft.graph.mobileAppAssignmentCollectionResponse: title: Collection of mobileAppAssignment type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' microsoft.graph.ODataErrors.ErrorDetails: required: - code - message type: object properties: code: type: string message: type: string target: type: string nullable: true microsoft.graph.win32LobAppMsiPackageType: title: win32LobAppMsiPackageType enum: - perMachine - perUser - dualPurpose type: string description: Indicates the package type of an MSI Win32LobApp. x-ms-enum: name: win32LobAppMsiPackageType modelAsString: false values: - value: perMachine description: Indicates a per-machine app package. name: perMachine - value: perUser description: Indicates a per-user app package. name: perUser - value: dualPurpose description: Indicates a dual-purpose app package. name: dualPurpose microsoft.graph.macOSIncludedApp: title: macOSIncludedApp required: - '@odata.type' type: object properties: bundleId: type: string description: The bundleId of the app. This maps to the CFBundleIdentifier in the app's bundle configuration. bundleVersion: type: string description: The version of the app. This maps to the CFBundleShortVersion in the app's bundle configuration. '@odata.type': type: string description: Contains properties of an included .app in a MacOS app. microsoft.graph.macOSLobChildApp: title: macOSLobChildApp required: - '@odata.type' type: object properties: buildNumber: type: string description: The build number of the app. nullable: true bundleId: type: string description: The bundleId of the app. nullable: true versionNumber: type: string description: The version number of the app. nullable: true '@odata.type': type: string description: Contains properties of a macOS .app in the package microsoft.graph.ODataErrors.InnerError: title: InnerError required: - '@odata.type' type: object properties: request-id: type: string description: Request Id as tracked internally by the service nullable: true client-request-id: type: string description: Client request Id as sent by the client application. nullable: true date: pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: Date when the error occured. format: date-time nullable: true '@odata.type': type: string microsoft.graph.mobileAppContentCollectionResponse: title: Collection of mobileAppContent type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' BaseCollectionPaginationCountResponse: title: Base collection pagination and count responses type: object properties: '@odata.count': type: integer format: int64 nullable: true '@odata.nextLink': type: string nullable: true microsoft.graph.managedMobileLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.managedApp' - title: managedMobileLobApp required: - '@odata.type' type: object properties: committedContentVersion: type: string description: The internal committed content version. nullable: true fileName: type: string description: The name of the main Lob application file. nullable: true size: type: number description: The total size, including all uploaded files. This property is read-only. format: int64 readOnly: true contentVersions: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppContent' description: The list of content versions for this app. This property is read-only. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.managedMobileLobApp' description: An abstract base class containing properties for all managed mobile line-of-business apps. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.managedAndroidLobApp': '#/components/schemas/microsoft.graph.managedAndroidLobApp' '#microsoft.graph.managedIOSLobApp': '#/components/schemas/microsoft.graph.managedIOSLobApp' microsoft.graph.deviceAndAppManagementAssignmentTarget: title: deviceAndAppManagementAssignmentTarget required: - '@odata.type' type: object properties: '@odata.type': type: string description: Base type for assignment targets. discriminator: propertyName: '@odata.type' mapping: '#microsoft.graph.allDevicesAssignmentTarget': '#/components/schemas/microsoft.graph.allDevicesAssignmentTarget' '#microsoft.graph.allLicensedUsersAssignmentTarget': '#/components/schemas/microsoft.graph.allLicensedUsersAssignmentTarget' '#microsoft.graph.configurationManagerCollectionAssignmentTarget': '#/components/schemas/microsoft.graph.configurationManagerCollectionAssignmentTarget' '#microsoft.graph.groupAssignmentTarget': '#/components/schemas/microsoft.graph.groupAssignmentTarget' '#microsoft.graph.exclusionGroupAssignmentTarget': '#/components/schemas/microsoft.graph.exclusionGroupAssignmentTarget' microsoft.graph.androidLobAppCollectionResponse: title: Collection of androidLobApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.androidLobApp' microsoft.graph.ODataErrors.MainError: required: - code - message type: object properties: code: type: string message: type: string x-ms-primary-error-message: true target: type: string nullable: true details: type: array items: $ref: '#/components/schemas/microsoft.graph.ODataErrors.ErrorDetails' innerError: $ref: '#/components/schemas/microsoft.graph.ODataErrors.InnerError' microsoft.graph.win32LobAppReturnCodeType: title: win32LobAppReturnCodeType enum: - failed - success - softReboot - hardReboot - retry type: string description: Indicates the type of return code. x-ms-enum: name: win32LobAppReturnCodeType modelAsString: false values: - value: failed description: Failed. name: failed - value: success description: Success. name: success - value: softReboot description: Soft-reboot is required. name: softReboot - value: hardReboot description: Hard-reboot is required. name: hardReboot - value: retry description: Retry. name: retry microsoft.graph.iosLobAppCollectionResponse: title: Collection of iosLobApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.iosLobApp' microsoft.graph.mobileAppContent: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileAppContent required: - '@odata.type' type: object properties: containedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' description: The collection of contained apps in a MobileLobApp acting as a package. x-ms-navigationProperty: true files: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' description: The list of files for this app content version. x-ms-navigationProperty: true '@odata.type': type: string description: Contains content properties for a specific app version. Each mobileAppContent can have multiple mobileAppContentFile. x-ms-discriminator-value: '#microsoft.graph.mobileAppContent' microsoft.graph.windowsMinimumOperatingSystem: title: windowsMinimumOperatingSystem required: - '@odata.type' type: object properties: v10_0: type: boolean description: Windows version 10.0 or later. v8_0: type: boolean description: Windows version 8.0 or later. v8_1: type: boolean description: Windows version 8.1 or later. '@odata.type': type: string description: The minimum operating system required for a Windows mobile app. microsoft.graph.installIntent: title: installIntent enum: - available - required - uninstall - availableWithoutEnrollment type: string description: Possible values for the install intent chosen by the admin. x-ms-enum: name: installIntent modelAsString: false values: - value: available description: Available install intent. name: available - value: required description: Required install intent. name: required - value: uninstall description: Uninstall install intent. name: uninstall - value: availableWithoutEnrollment description: Available without enrollment install intent. name: availableWithoutEnrollment microsoft.graph.windowsArchitecture: title: windowsArchitecture enum: - none - x86 - x64 - arm - neutral type: string description: Contains properties for Windows architecture. x-ms-enum-flags: isFlags: true x-ms-enum: name: windowsArchitecture modelAsString: false values: - value: none description: No flags set. name: none - value: x86 description: Whether or not the X86 Windows architecture type is supported. name: x86 - value: x64 description: Whether or not the X64 Windows architecture type is supported. name: x64 - value: arm description: Whether or not the Arm Windows architecture type is supported. name: arm - value: neutral description: Whether or not the Neutral Windows architecture type is supported. name: neutral microsoft.graph.mobileAppContentFileUploadState: title: mobileAppContentFileUploadState enum: - success - transientError - error - unknown - azureStorageUriRequestSuccess - azureStorageUriRequestPending - azureStorageUriRequestFailed - azureStorageUriRequestTimedOut - azureStorageUriRenewalSuccess - azureStorageUriRenewalPending - azureStorageUriRenewalFailed - azureStorageUriRenewalTimedOut - commitFileSuccess - commitFilePending - commitFileFailed - commitFileTimedOut type: string description: Contains properties for upload request states. microsoft.graph.ODataErrors.ODataError: required: - error type: object properties: error: $ref: '#/components/schemas/microsoft.graph.ODataErrors.MainError' microsoft.graph.mobileAppCategoryCollectionResponse: title: Collection of mobileAppCategory type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' microsoft.graph.iosMinimumOperatingSystem: title: iosMinimumOperatingSystem required: - '@odata.type' type: object properties: v10_0: type: boolean description: Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 10.0 or later is required to install the app. If 'False', iOS Version 10.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v11_0: type: boolean description: Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 11.0 or later is required to install the app. If 'False', iOS Version 11.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v12_0: type: boolean description: Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 12.0 or later is required to install the app. If 'False', iOS Version 12.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v13_0: type: boolean description: Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 13.0 or later is required to install the app. If 'False', iOS Version 13.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v14_0: type: boolean description: Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 14.0 or later is required to install the app. If 'False', iOS Version 14.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v15_0: type: boolean description: Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 15.0 or later is required to install the app. If 'False', iOS Version 15.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v8_0: type: boolean description: Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 8.0 or later is required to install the app. If 'False', iOS Version 8.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. v9_0: type: boolean description: Indicates the minimum iOS version support required for the managed device. When 'True', iOS with OS Version 9.0 or later is required to install the app. If 'False', iOS Version 9.0 is not the minimum version. Default value is False. Exactly one of the minimum operating system boolean values will be TRUE. '@odata.type': type: string description: Contains properties of the minimum operating system required for an iOS mobile app. microsoft.graph.windowsWebApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: windowsWebApp required: - '@odata.type' type: object properties: appUrl: type: string description: 'Indicates the Windows web app URL. Example: ''https://www.contoso.com''' nullable: true '@odata.type': type: string default: '#microsoft.graph.windowsWebApp' description: Contains properties and inherited properties for Windows web apps. x-ms-discriminator-value: '#microsoft.graph.windowsWebApp' microsoft.graph.windowsUniversalAppX: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: windowsUniversalAppX required: - '@odata.type' type: object properties: applicableArchitectures: $ref: '#/components/schemas/microsoft.graph.windowsArchitecture' applicableDeviceTypes: $ref: '#/components/schemas/microsoft.graph.windowsDeviceType' identityName: type: string description: 'The Identity Name of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: ''Contoso.DemoApp''.' nullable: true identityPublisherHash: type: string description: 'The Identity Publisher Hash of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: ''AB82CD0XYZ''.' identityResourceIdentifier: type: string description: 'The Identity Resource Identifier of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: ''TestResourceId''.' nullable: true identityVersion: type: string description: 'The Identity Version of the app, parsed from the appx file when it is uploaded through the Intune MEM console. For example: ''1.0.0.0''.' nullable: true isBundle: type: boolean description: Whether or not the app is a bundle. If TRUE, app is a bundle; if FALSE, app is not a bundle. minimumSupportedOperatingSystem: $ref: '#/components/schemas/microsoft.graph.windowsMinimumOperatingSystem' committedContainedApps: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' description: The collection of contained apps in the committed mobileAppContent of a windowsUniversalAppX app. This property is read-only. x-ms-navigationProperty: true '@odata.type': type: string default: '#microsoft.graph.windowsUniversalAppX' description: Contains properties and inherited properties for Windows Universal AppX Line Of Business apps. Inherits from `mobileLobApp`. x-ms-discriminator-value: '#microsoft.graph.windowsUniversalAppX' microsoft.graph.androidStoreApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileApp' - title: androidStoreApp required: - '@odata.type' type: object properties: appStoreUrl: type: string description: The Android app store URL. nullable: true minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.androidMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. packageId: type: string description: The package identifier. This property is read-only. nullable: true readOnly: true '@odata.type': type: string default: '#microsoft.graph.androidStoreApp' description: Contains properties and inherited properties for Android store apps. x-ms-discriminator-value: '#microsoft.graph.androidStoreApp' microsoft.graph.fileEncryptionInfo: title: fileEncryptionInfo required: - '@odata.type' type: object properties: encryptionKey: type: string description: The key used to encrypt the file content. format: base64url nullable: true fileDigest: type: string description: The file digest prior to encryption. ProfileVersion1 requires a non-null FileDigest. format: base64url nullable: true fileDigestAlgorithm: type: string description: The file digest algorithm. ProfileVersion1 currently only supports SHA256 for the FileDigestAlgorithm. nullable: true initializationVector: type: string description: The initialization vector (IV) used for the encryption algorithm. Must be 16 bytes. format: base64url nullable: true mac: type: string description: The hash of the concatenation of the IV and encrypted file content. Must be 32 bytes. format: base64url nullable: true macKey: type: string description: The key used to compute the message authentication code of the concatenation of the IV and encrypted file content. Must be 32 bytes. format: base64url nullable: true profileIdentifier: type: string description: The profile identifier. Maps to the strategy used to encrypt the file. Currently, only ProfileVersion1 is supported. nullable: true '@odata.type': type: string description: Contains properties for file encryption information for the content version of a line-of-business app. microsoft.graph.mobileAppPublishingState: title: mobileAppPublishingState enum: - notPublished - processing - published type: string description: Indicates the publishing state of an app. x-ms-enum: name: mobileAppPublishingState modelAsString: false values: - value: notPublished description: The app is not yet published. name: notPublished - value: processing description: The app is pending service-side processing. name: processing - value: published description: The app is published. name: published microsoft.graph.windowsMobileMSICollectionResponse: title: Collection of windowsMobileMSI type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsMobileMSI' microsoft.graph.microsoftStoreForBusinessAppCollectionResponse: title: Collection of microsoftStoreForBusinessApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.microsoftStoreForBusinessApp' microsoft.graph.mobileAppContentFile: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileAppContentFile required: - '@odata.type' type: object properties: azureStorageUri: type: string description: Indicates the Azure Storage URI that the file is uploaded to. Created by the service upon receiving a valid mobileAppContentFile. Read-only. This property is read-only. nullable: true readOnly: true azureStorageUriExpirationDateTime: pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: 'Indicates the date and time when the Azure storage URI expires, in ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Read-only. This property is read-only.' format: date-time nullable: true readOnly: true createdDateTime: pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: 'Indicates created date and time associated with app content file, in ISO 8601 format. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Read-only. This property is read-only.' format: date-time readOnly: true isCommitted: type: boolean description: A value indicating whether the file is committed. A committed app content file has been fully uploaded and validated by the Intune service. TRUE means that app content file is committed, FALSE means that app content file is not committed. Defaults to FALSE. Read-only. This property is read-only. readOnly: true isDependency: type: boolean description: Indicates whether this content file is a dependency for the main content file. TRUE means that the content file is a dependency, FALSE means that the content file is not a dependency and is the main content file. Defaults to FALSE. manifest: type: string description: Indicates the manifest information, containing file metadata. format: base64url nullable: true name: type: string description: Indicates the name of the file. nullable: true size: type: number description: Indicates the original size of the file, in bytes. format: int64 sizeEncrypted: type: number description: Indicates the size of the file after encryption, in bytes. format: int64 uploadState: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFileUploadState' '@odata.type': type: string description: Contains properties for a single installer file that is associated with a given mobileAppContent version. x-ms-discriminator-value: '#microsoft.graph.mobileAppContentFile' microsoft.graph.mobileAppCategory: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' - title: mobileAppCategory required: - '@odata.type' type: object properties: displayName: type: string description: The name of the app category. nullable: true lastModifiedDateTime: pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: The date and time the mobileAppCategory was last modified. This property is read-only. format: date-time readOnly: true '@odata.type': type: string description: Contains properties for a single Intune app category. x-ms-discriminator-value: '#microsoft.graph.mobileAppCategory' microsoft.graph.iosLobApp: allOf: - $ref: '#/components/schemas/microsoft.graph.mobileLobApp' - title: iosLobApp required: - '@odata.type' type: object properties: applicableDeviceType: $ref: '#/components/schemas/microsoft.graph.iosDeviceType' buildNumber: type: string description: The build number of iOS Line of Business (LoB) app. nullable: true bundleId: type: string description: The Identity Name. nullable: true expirationDateTime: pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$ type: string description: The expiration time. format: date-time nullable: true minimumSupportedOperatingSystem: anyOf: - $ref: '#/components/schemas/microsoft.graph.iosMinimumOperatingSystem' - type: object nullable: true description: The value for the minimum applicable operating system. versionNumber: type: string description: The version number of iOS Line of Business (LoB) app. nullable: true '@odata.type': type: string default: '#microsoft.graph.iosLobApp' description: Contains properties and inherited properties for iOS Line Of Business apps. x-ms-discriminator-value: '#microsoft.graph.iosLobApp' microsoft.graph.macOSLobAppCollectionResponse: title: Collection of macOSLobApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.macOSLobApp' microsoft.graph.mobileAppContentFileCollectionResponse: title: Collection of mobileAppContentFile type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFile' microsoft.graph.windowsWebAppCollectionResponse: title: Collection of windowsWebApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.windowsWebApp' microsoft.graph.mobileContainedAppCollectionResponse: title: Collection of mobileContainedApp type: object allOf: - $ref: '#/components/schemas/BaseCollectionPaginationCountResponse' - type: object properties: value: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileContainedApp' microsoft.graph.win32LobAppInstallExperience: title: win32LobAppInstallExperience required: - '@odata.type' type: object properties: deviceRestartBehavior: $ref: '#/components/schemas/microsoft.graph.win32LobAppRestartBehavior' runAsAccount: $ref: '#/components/schemas/microsoft.graph.runAsAccountType' '@odata.type': type: string description: Contains installation experience properties for a Win32 App responses: microsoft.graph.iosLobAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosLobAppCollectionResponse' microsoft.graph.androidStoreAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidStoreAppCollectionResponse' microsoft.graph.mobileAppContentFileCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentFileCollectionResponse' error: description: error content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.ODataErrors.ODataError' microsoft.graph.mobileContainedAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileContainedAppCollectionResponse' microsoft.graph.macOSLobAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.macOSLobAppCollectionResponse' microsoft.graph.iosStoreAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosStoreAppCollectionResponse' microsoft.graph.managedIOSLobAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedIOSLobAppCollectionResponse' microsoft.graph.windowsMobileMSICollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsMobileMSICollectionResponse' microsoft.graph.microsoftStoreForBusinessAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.microsoftStoreForBusinessAppCollectionResponse' microsoft.graph.win32LobAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.win32LobAppCollectionResponse' microsoft.graph.mobileAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCollectionResponse' microsoft.graph.windowsAppXCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsAppXCollectionResponse' microsoft.graph.mobileAppContentCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppContentCollectionResponse' microsoft.graph.mobileAppCategoryCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppCategoryCollectionResponse' ODataCountResponse: description: The count of the resource content: text/plain: schema: $ref: '#/components/schemas/ODataCountResponse' microsoft.graph.iosVppAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.iosVppAppCollectionResponse' microsoft.graph.macOSDmgAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.macOSDmgAppCollectionResponse' microsoft.graph.windowsWebAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsWebAppCollectionResponse' microsoft.graph.mobileAppAssignmentCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.mobileAppAssignmentCollectionResponse' microsoft.graph.androidLobAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.androidLobAppCollectionResponse' microsoft.graph.managedAndroidLobAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedAndroidLobAppCollectionResponse' microsoft.graph.managedMobileLobAppCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.managedMobileLobAppCollectionResponse' microsoft.graph.windowsUniversalAppXCollectionResponse: description: Retrieved collection content: application/json: schema: $ref: '#/components/schemas/microsoft.graph.windowsUniversalAppXCollectionResponse' parameters: top: name: $top in: query description: Show only the first n items style: form explode: false schema: minimum: 0 type: integer example: 50 count: name: $count in: query description: Include count of items style: form explode: false schema: type: boolean skip: name: $skip in: query description: Skip the first n items style: form explode: false schema: minimum: 0 type: integer filter: name: $filter in: query description: Filter items by property values style: form explode: false schema: type: string search: name: $search in: query description: Search items by search phrases style: form explode: false schema: type: string