diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 51f63db984..1c94270415 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -1,4 +1,4 @@ -openapi: 3.0.1 +openapi: 3.0.4 info: title: Devices.CorporateManagement version: v1.0-beta @@ -6,6 +6,46107 @@ servers: - url: https://graph.microsoft.com/beta/ description: Core paths: + /deviceAppManagement: + get: + tags: + - deviceAppManagement.deviceAppManagement + summary: Get deviceAppManagement + operationId: deviceAppManagement_GetDeviceAppManagement + 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 entity + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.deviceAppManagement + summary: Update deviceAppManagement + operationId: deviceAppManagement_UpdateDeviceAppManagement + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagement' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/androidManagedAppProtections: + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get androidManagedAppProtections from deviceAppManagement + description: Android managed app policies. + operationId: deviceAppManagement_ListAndroidManagedAppProtection + 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.androidManagedAppProtectionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Create new navigation property to androidManagedAppProtections for deviceAppManagement + operationId: deviceAppManagement_CreateAndroidManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}': + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get androidManagedAppProtections from deviceAppManagement + description: Android managed app policies. + operationId: deviceAppManagement_GetAndroidManagedAppProtection + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - 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.androidManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Update the navigation property androidManagedAppProtections in deviceAppManagement + operationId: deviceAppManagement_UpdateAndroidManagedAppProtection + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.androidManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Delete navigation property androidManagedAppProtections for deviceAppManagement + operationId: deviceAppManagement_DeleteAndroidManagedAppProtection + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps': + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.androidManagedAppProtection_ListApp + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - $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.managedMobileAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Create new navigation property to apps for deviceAppManagement + operationId: deviceAppManagement.androidManagedAppProtection_CreateApp + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}': + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.androidManagedAppProtection_GetApp + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - 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.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Update the navigation property apps in deviceAppManagement + operationId: deviceAppManagement.androidManagedAppProtection_UpdateApp + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Delete navigation property apps for deviceAppManagement + operationId: deviceAppManagement.androidManagedAppProtection_DeleteApp + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count': + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.androidManagedAppProtection.app_GetCount + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments': + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get assignments from deviceAppManagement + description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + operationId: deviceAppManagement.androidManagedAppProtection_ListAssignment + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - $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.targetedManagedAppPolicyAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.androidManagedAppProtection_CreateAssignment + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}': + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get assignments from deviceAppManagement + description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + operationId: deviceAppManagement.androidManagedAppProtection_GetAssignment + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - 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.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.androidManagedAppProtection_UpdateAssignment + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.androidManagedAppProtection_DeleteAssignment + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count': + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.androidManagedAppProtection.assignment_GetCount + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary': + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get deploymentSummary from deviceAppManagement + description: Navigation property to deployment summary of the configuration. + operationId: deviceAppManagement.androidManagedAppProtection_GetDeploymentSummary + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - 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.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Update the navigation property deploymentSummary in deviceAppManagement + operationId: deviceAppManagement.androidManagedAppProtection_UpdateDeploymentSummary + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Delete navigation property deploymentSummary for deviceAppManagement + operationId: deviceAppManagement.androidManagedAppProtection_DeleteDeploymentSummary + parameters: + - name: androidManagedAppProtection-id + in: path + description: The unique identifier of androidManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: androidManagedAppProtection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/androidManagedAppProtections/$count: + get: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.androidManagedAppProtection_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/androidManagedAppProtections/microsoft.graph.hasPayloadLinks: + post: + tags: + - deviceAppManagement.androidManagedAppProtection + summary: Invoke action hasPayloadLinks + operationId: deviceAppManagement.androidManagedAppProtection_hasPayloadLink + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + payloadIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hasPayloadLinkResultItem' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/defaultManagedAppProtections: + get: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Get defaultManagedAppProtections from deviceAppManagement + description: Default managed app policies. + operationId: deviceAppManagement_ListDefaultManagedAppProtection + 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.defaultManagedAppProtectionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Create new navigation property to defaultManagedAppProtections for deviceAppManagement + operationId: deviceAppManagement_CreateDefaultManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}': + get: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Get defaultManagedAppProtections from deviceAppManagement + description: Default managed app policies. + operationId: deviceAppManagement_GetDefaultManagedAppProtection + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + - 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.defaultManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Update the navigation property defaultManagedAppProtections in deviceAppManagement + operationId: deviceAppManagement_UpdateDefaultManagedAppProtection + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.defaultManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Delete navigation property defaultManagedAppProtections for deviceAppManagement + operationId: deviceAppManagement_DeleteDefaultManagedAppProtection + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps': + get: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.defaultManagedAppProtection_ListApp + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + - $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.managedMobileAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Create new navigation property to apps for deviceAppManagement + operationId: deviceAppManagement.defaultManagedAppProtection_CreateApp + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}': + get: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.defaultManagedAppProtection_GetApp + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - 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.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Update the navigation property apps in deviceAppManagement + operationId: deviceAppManagement.defaultManagedAppProtection_UpdateApp + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Delete navigation property apps for deviceAppManagement + operationId: deviceAppManagement.defaultManagedAppProtection_DeleteApp + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count': + get: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.defaultManagedAppProtection.app_GetCount + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary': + get: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Get deploymentSummary from deviceAppManagement + description: Navigation property to deployment summary of the configuration. + operationId: deviceAppManagement.defaultManagedAppProtection_GetDeploymentSummary + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + - 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.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Update the navigation property deploymentSummary in deviceAppManagement + operationId: deviceAppManagement.defaultManagedAppProtection_UpdateDeploymentSummary + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Delete navigation property deploymentSummary for deviceAppManagement + operationId: deviceAppManagement.defaultManagedAppProtection_DeleteDeploymentSummary + parameters: + - name: defaultManagedAppProtection-id + in: path + description: The unique identifier of defaultManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: defaultManagedAppProtection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/defaultManagedAppProtections/$count: + get: + tags: + - deviceAppManagement.defaultManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.defaultManagedAppProtection_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/deviceAppManagementTasks: + get: + tags: + - deviceAppManagement.deviceAppManagementTask + summary: Get deviceAppManagementTasks from deviceAppManagement + description: Device app management tasks. + operationId: deviceAppManagement_ListDeviceAppManagementTask + 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.deviceAppManagementTaskCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.deviceAppManagementTask + summary: Create new navigation property to deviceAppManagementTasks for deviceAppManagement + operationId: deviceAppManagement_CreateDeviceAppManagementTask + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagementTask' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagementTask' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}': + get: + tags: + - deviceAppManagement.deviceAppManagementTask + summary: Get deviceAppManagementTasks from deviceAppManagement + description: Device app management tasks. + operationId: deviceAppManagement_GetDeviceAppManagementTask + parameters: + - name: deviceAppManagementTask-id + in: path + description: The unique identifier of deviceAppManagementTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceAppManagementTask + - 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.deviceAppManagementTask' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.deviceAppManagementTask + summary: Update the navigation property deviceAppManagementTasks in deviceAppManagement + operationId: deviceAppManagement_UpdateDeviceAppManagementTask + parameters: + - name: deviceAppManagementTask-id + in: path + description: The unique identifier of deviceAppManagementTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceAppManagementTask + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagementTask' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagementTask' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.deviceAppManagementTask + summary: Delete navigation property deviceAppManagementTasks for deviceAppManagement + operationId: deviceAppManagement_DeleteDeviceAppManagementTask + parameters: + - name: deviceAppManagementTask-id + in: path + description: The unique identifier of deviceAppManagementTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceAppManagementTask + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/microsoft.graph.updateStatus': + post: + tags: + - deviceAppManagement.deviceAppManagementTask + summary: Invoke action updateStatus + description: Set the task's status and attach a note. + operationId: deviceAppManagement.deviceAppManagementTask_updateStatus + parameters: + - name: deviceAppManagementTask-id + in: path + description: The unique identifier of deviceAppManagementTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceAppManagementTask + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + status: + $ref: '#/components/schemas/microsoft.graph.deviceAppManagementTaskStatus' + note: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/deviceAppManagementTasks/$count: + get: + tags: + - deviceAppManagement.deviceAppManagementTask + summary: Get the number of the resource + operationId: deviceAppManagement.deviceAppManagementTask_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/enterpriseCodeSigningCertificates: + get: + tags: + - deviceAppManagement.enterpriseCodeSigningCertificate + summary: Get enterpriseCodeSigningCertificates from deviceAppManagement + description: The Windows Enterprise Code Signing Certificate. + operationId: deviceAppManagement_ListEnterpriseCodeSigningCertificate + 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.enterpriseCodeSigningCertificateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.enterpriseCodeSigningCertificate + summary: Create new navigation property to enterpriseCodeSigningCertificates for deviceAppManagement + operationId: deviceAppManagement_CreateEnterpriseCodeSigningCertificate + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}': + get: + tags: + - deviceAppManagement.enterpriseCodeSigningCertificate + summary: Get enterpriseCodeSigningCertificates from deviceAppManagement + description: The Windows Enterprise Code Signing Certificate. + operationId: deviceAppManagement_GetEnterpriseCodeSigningCertificate + parameters: + - name: enterpriseCodeSigningCertificate-id + in: path + description: The unique identifier of enterpriseCodeSigningCertificate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: enterpriseCodeSigningCertificate + - 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.enterpriseCodeSigningCertificate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.enterpriseCodeSigningCertificate + summary: Update the navigation property enterpriseCodeSigningCertificates in deviceAppManagement + operationId: deviceAppManagement_UpdateEnterpriseCodeSigningCertificate + parameters: + - name: enterpriseCodeSigningCertificate-id + in: path + description: The unique identifier of enterpriseCodeSigningCertificate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: enterpriseCodeSigningCertificate + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enterpriseCodeSigningCertificate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.enterpriseCodeSigningCertificate + summary: Delete navigation property enterpriseCodeSigningCertificates for deviceAppManagement + operationId: deviceAppManagement_DeleteEnterpriseCodeSigningCertificate + parameters: + - name: enterpriseCodeSigningCertificate-id + in: path + description: The unique identifier of enterpriseCodeSigningCertificate + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: enterpriseCodeSigningCertificate + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/enterpriseCodeSigningCertificates/$count: + get: + tags: + - deviceAppManagement.enterpriseCodeSigningCertificate + summary: Get the number of the resource + operationId: deviceAppManagement.enterpriseCodeSigningCertificate_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/iosLobAppProvisioningConfigurations: + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get iosLobAppProvisioningConfigurations from deviceAppManagement + description: The IOS Lob App Provisioning Configurations. + operationId: deviceAppManagement_ListIosLobAppProvisioningConfiguration + 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.iosLobAppProvisioningConfigurationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Create new navigation property to iosLobAppProvisioningConfigurations for deviceAppManagement + operationId: deviceAppManagement_CreateIosLobAppProvisioningConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfiguration' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get iosLobAppProvisioningConfigurations from deviceAppManagement + description: The IOS Lob App Provisioning Configurations. + operationId: deviceAppManagement_GetIosLobAppProvisioningConfiguration + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - 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.iosLobAppProvisioningConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Update the navigation property iosLobAppProvisioningConfigurations in deviceAppManagement + operationId: deviceAppManagement_UpdateIosLobAppProvisioningConfiguration + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Delete navigation property iosLobAppProvisioningConfigurations for deviceAppManagement + operationId: deviceAppManagement_DeleteIosLobAppProvisioningConfiguration + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get assignments from deviceAppManagement + description: The associated group assignments for IosLobAppProvisioningConfiguration. + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_ListAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - $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.iosLobAppProvisioningConfigurationAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_CreateAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get assignments from deviceAppManagement + description: The associated group assignments for IosLobAppProvisioningConfiguration. + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_GetAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: iosLobAppProvisioningConfigurationAssignment-id + in: path + description: The unique identifier of iosLobAppProvisioningConfigurationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfigurationAssignment + - 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.iosLobAppProvisioningConfigurationAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_UpdateAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: iosLobAppProvisioningConfigurationAssignment-id + in: path + description: The unique identifier of iosLobAppProvisioningConfigurationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfigurationAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_DeleteAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: iosLobAppProvisioningConfigurationAssignment-id + in: path + description: The unique identifier of iosLobAppProvisioningConfigurationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfigurationAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration.assignment_GetCount + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get deviceStatuses from deviceAppManagement + description: The list of device installation states for this mobile app configuration. + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_ListDeviceStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - $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.managedDeviceMobileAppConfigurationDeviceStatusCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Create new navigation property to deviceStatuses for deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_CreateDeviceStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get deviceStatuses from deviceAppManagement + description: The list of device installation states for this mobile app configuration. + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_GetDeviceStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: managedDeviceMobileAppConfigurationDeviceStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationDeviceStatus + - 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.managedDeviceMobileAppConfigurationDeviceStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Update the navigation property deviceStatuses in deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_UpdateDeviceStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: managedDeviceMobileAppConfigurationDeviceStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationDeviceStatus + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Delete navigation property deviceStatuses for deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_DeleteDeviceStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: managedDeviceMobileAppConfigurationDeviceStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationDeviceStatus + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration.deviceStatus_GetCount + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get groupAssignments from deviceAppManagement + description: The associated group assignments. + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_ListGroupAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - $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.mobileAppProvisioningConfigGroupAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Create new navigation property to groupAssignments for deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_CreateGroupAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppProvisioningConfigGroupAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppProvisioningConfigGroupAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get groupAssignments from deviceAppManagement + description: The associated group assignments. + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_GetGroupAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: mobileAppProvisioningConfigGroupAssignment-id + in: path + description: The unique identifier of mobileAppProvisioningConfigGroupAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppProvisioningConfigGroupAssignment + - 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.mobileAppProvisioningConfigGroupAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Update the navigation property groupAssignments in deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_UpdateGroupAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: mobileAppProvisioningConfigGroupAssignment-id + in: path + description: The unique identifier of mobileAppProvisioningConfigGroupAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppProvisioningConfigGroupAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppProvisioningConfigGroupAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppProvisioningConfigGroupAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Delete navigation property groupAssignments for deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_DeleteGroupAssignment + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: mobileAppProvisioningConfigGroupAssignment-id + in: path + description: The unique identifier of mobileAppProvisioningConfigGroupAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppProvisioningConfigGroupAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration.groupAssignment_GetCount + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/microsoft.graph.assign': + post: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Invoke action assign + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_assign + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + appProvisioningConfigurationGroupAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppProvisioningConfigGroupAssignment' + iOSLobAppProvisioningConfigAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get userStatuses from deviceAppManagement + description: The list of user installation states for this mobile app configuration. + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_ListUserStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - $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.managedDeviceMobileAppConfigurationUserStatusCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Create new navigation property to userStatuses for deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_CreateUserStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get userStatuses from deviceAppManagement + description: The list of user installation states for this mobile app configuration. + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_GetUserStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: managedDeviceMobileAppConfigurationUserStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationUserStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationUserStatus + - 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.managedDeviceMobileAppConfigurationUserStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Update the navigation property userStatuses in deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_UpdateUserStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: managedDeviceMobileAppConfigurationUserStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationUserStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationUserStatus + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Delete navigation property userStatuses for deviceAppManagement + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_DeleteUserStatus + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - name: managedDeviceMobileAppConfigurationUserStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationUserStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationUserStatus + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count': + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration.userStatus_GetCount + parameters: + - name: iosLobAppProvisioningConfiguration-id + in: path + description: The unique identifier of iosLobAppProvisioningConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosLobAppProvisioningConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/iosLobAppProvisioningConfigurations/$count: + get: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/iosLobAppProvisioningConfigurations/microsoft.graph.hasPayloadLinks: + post: + tags: + - deviceAppManagement.iosLobAppProvisioningConfiguration + summary: Invoke action hasPayloadLinks + operationId: deviceAppManagement.iosLobAppProvisioningConfiguration_hasPayloadLink + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + payloadIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hasPayloadLinkResultItem' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/iosManagedAppProtections: + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get iosManagedAppProtections from deviceAppManagement + description: iOS managed app policies. + operationId: deviceAppManagement_ListIosManagedAppProtection + 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.iosManagedAppProtectionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Create new navigation property to iosManagedAppProtections for deviceAppManagement + operationId: deviceAppManagement_CreateIosManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}': + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get iosManagedAppProtections from deviceAppManagement + description: iOS managed app policies. + operationId: deviceAppManagement_GetIosManagedAppProtection + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - 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.iosManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Update the navigation property iosManagedAppProtections in deviceAppManagement + operationId: deviceAppManagement_UpdateIosManagedAppProtection + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Delete navigation property iosManagedAppProtections for deviceAppManagement + operationId: deviceAppManagement_DeleteIosManagedAppProtection + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps': + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.iosManagedAppProtection_ListApp + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - $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.managedMobileAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Create new navigation property to apps for deviceAppManagement + operationId: deviceAppManagement.iosManagedAppProtection_CreateApp + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}': + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.iosManagedAppProtection_GetApp + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - 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.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Update the navigation property apps in deviceAppManagement + operationId: deviceAppManagement.iosManagedAppProtection_UpdateApp + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Delete navigation property apps for deviceAppManagement + operationId: deviceAppManagement.iosManagedAppProtection_DeleteApp + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count': + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.iosManagedAppProtection.app_GetCount + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments': + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get assignments from deviceAppManagement + description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + operationId: deviceAppManagement.iosManagedAppProtection_ListAssignment + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - $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.targetedManagedAppPolicyAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.iosManagedAppProtection_CreateAssignment + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}': + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get assignments from deviceAppManagement + description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + operationId: deviceAppManagement.iosManagedAppProtection_GetAssignment + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - 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.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.iosManagedAppProtection_UpdateAssignment + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.iosManagedAppProtection_DeleteAssignment + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count': + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.iosManagedAppProtection.assignment_GetCount + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary': + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get deploymentSummary from deviceAppManagement + description: Navigation property to deployment summary of the configuration. + operationId: deviceAppManagement.iosManagedAppProtection_GetDeploymentSummary + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - 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.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Update the navigation property deploymentSummary in deviceAppManagement + operationId: deviceAppManagement.iosManagedAppProtection_UpdateDeploymentSummary + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Delete navigation property deploymentSummary for deviceAppManagement + operationId: deviceAppManagement.iosManagedAppProtection_DeleteDeploymentSummary + parameters: + - name: iosManagedAppProtection-id + in: path + description: The unique identifier of iosManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosManagedAppProtection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/iosManagedAppProtections/$count: + get: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.iosManagedAppProtection_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/iosManagedAppProtections/microsoft.graph.hasPayloadLinks: + post: + tags: + - deviceAppManagement.iosManagedAppProtection + summary: Invoke action hasPayloadLinks + operationId: deviceAppManagement.iosManagedAppProtection_hasPayloadLink + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + payloadIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hasPayloadLinkResultItem' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/managedAppPolicies: + get: + tags: + - deviceAppManagement.managedAppPolicy + summary: Get managedAppPolicies from deviceAppManagement + description: Managed app policies. + operationId: deviceAppManagement_ListManagedAppPolicy + 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.managedAppPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedAppPolicy + summary: Create new navigation property to managedAppPolicies for deviceAppManagement + operationId: deviceAppManagement_CreateManagedAppPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}': + get: + tags: + - deviceAppManagement.managedAppPolicy + summary: Get managedAppPolicies from deviceAppManagement + description: Managed app policies. + operationId: deviceAppManagement_GetManagedAppPolicy + parameters: + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + - 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.managedAppPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedAppPolicy + summary: Update the navigation property managedAppPolicies in deviceAppManagement + operationId: deviceAppManagement_UpdateManagedAppPolicy + parameters: + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedAppPolicy + summary: Delete navigation property managedAppPolicies for deviceAppManagement + operationId: deviceAppManagement_DeleteManagedAppPolicy + parameters: + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps': + post: + tags: + - deviceAppManagement.managedAppPolicy + summary: Invoke action targetApps + operationId: deviceAppManagement.managedAppPolicy_targetApp + parameters: + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + apps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/managedAppPolicies/$count: + get: + tags: + - deviceAppManagement.managedAppPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.managedAppPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/managedAppRegistrations: + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get managedAppRegistrations from deviceAppManagement + description: The managed app registrations. + operationId: deviceAppManagement_ListManagedAppRegistration + 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.managedAppRegistrationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedAppRegistration + summary: Create new navigation property to managedAppRegistrations for deviceAppManagement + operationId: deviceAppManagement_CreateManagedAppRegistration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get managedAppRegistrations from deviceAppManagement + description: The managed app registrations. + operationId: deviceAppManagement_GetManagedAppRegistration + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - 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.managedAppRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedAppRegistration + summary: Update the navigation property managedAppRegistrations in deviceAppManagement + operationId: deviceAppManagement_UpdateManagedAppRegistration + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedAppRegistration + summary: Delete navigation property managedAppRegistrations for deviceAppManagement + operationId: deviceAppManagement_DeleteManagedAppRegistration + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get appliedPolicies from deviceAppManagement + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. + operationId: deviceAppManagement.managedAppRegistration_ListAppliedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $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.managedAppPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedAppRegistration + summary: Create new navigation property to appliedPolicies for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_CreateAppliedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get appliedPolicies from deviceAppManagement + description: Zero or more policys already applied on the registered app when it last synchronized with managment service. + operationId: deviceAppManagement.managedAppRegistration_GetAppliedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + - 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.managedAppPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedAppRegistration + summary: Update the navigation property appliedPolicies in deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_UpdateAppliedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedAppRegistration + summary: Delete navigation property appliedPolicies for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_DeleteAppliedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps': + post: + tags: + - deviceAppManagement.managedAppRegistration + summary: Invoke action targetApps + operationId: deviceAppManagement.managedAppRegistration.appliedPolicy_targetApp + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + apps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get the number of the resource + operationId: deviceAppManagement.managedAppRegistration.appliedPolicy_GetCount + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get intendedPolicies from deviceAppManagement + description: Zero or more policies admin intended for the app as of now. + operationId: deviceAppManagement.managedAppRegistration_ListIntendedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $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.managedAppPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedAppRegistration + summary: Create new navigation property to intendedPolicies for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_CreateIntendedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get intendedPolicies from deviceAppManagement + description: Zero or more policies admin intended for the app as of now. + operationId: deviceAppManagement.managedAppRegistration_GetIntendedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + - 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.managedAppPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedAppRegistration + summary: Update the navigation property intendedPolicies in deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_UpdateIntendedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedAppRegistration + summary: Delete navigation property intendedPolicies for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_DeleteIntendedPolicy + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/microsoft.graph.targetApps': + post: + tags: + - deviceAppManagement.managedAppRegistration + summary: Invoke action targetApps + operationId: deviceAppManagement.managedAppRegistration.intendedPolicy_targetApp + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppPolicy-id + in: path + description: The unique identifier of managedAppPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppPolicy + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + apps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get the number of the resource + operationId: deviceAppManagement.managedAppRegistration.intendedPolicy_GetCount + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get managedAppLogCollectionRequests from deviceAppManagement + description: Zero or more log collection requests triggered for the app. + operationId: deviceAppManagement.managedAppRegistration_ListManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $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.managedAppLogCollectionRequestCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedAppRegistration + summary: Create new navigation property to managedAppLogCollectionRequests for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_CreateManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get managedAppLogCollectionRequests from deviceAppManagement + description: Zero or more log collection requests triggered for the app. + operationId: deviceAppManagement.managedAppRegistration_GetManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppLogCollectionRequest-id + in: path + description: The unique identifier of managedAppLogCollectionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppLogCollectionRequest + - 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.managedAppLogCollectionRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedAppRegistration + summary: Update the navigation property managedAppLogCollectionRequests in deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_UpdateManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppLogCollectionRequest-id + in: path + description: The unique identifier of managedAppLogCollectionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppLogCollectionRequest + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppLogCollectionRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedAppRegistration + summary: Delete navigation property managedAppLogCollectionRequests for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_DeleteManagedAppLogCollectionRequest + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppLogCollectionRequest-id + in: path + description: The unique identifier of managedAppLogCollectionRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppLogCollectionRequest + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get the number of the resource + operationId: deviceAppManagement.managedAppRegistration.managedAppLogCollectionRequest_GetCount + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get operations from deviceAppManagement + description: Zero or more long running operations triggered on the app registration. + operationId: deviceAppManagement.managedAppRegistration_ListOperation + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $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.managedAppOperationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedAppRegistration + summary: Create new navigation property to operations for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_CreateOperation + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppOperation' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get operations from deviceAppManagement + description: Zero or more long running operations triggered on the app registration. + operationId: deviceAppManagement.managedAppRegistration_GetOperation + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppOperation-id + in: path + description: The unique identifier of managedAppOperation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppOperation + - 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.managedAppOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedAppRegistration + summary: Update the navigation property operations in deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_UpdateOperation + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppOperation-id + in: path + description: The unique identifier of managedAppOperation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppOperation + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppOperation' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedAppRegistration + summary: Delete navigation property operations for deviceAppManagement + operationId: deviceAppManagement.managedAppRegistration_DeleteOperation + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - name: managedAppOperation-id + in: path + description: The unique identifier of managedAppOperation + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppOperation + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count': + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get the number of the resource + operationId: deviceAppManagement.managedAppRegistration.operation_GetCount + parameters: + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/managedAppRegistrations/$count: + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Get the number of the resource + operationId: deviceAppManagement.managedAppRegistration_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/managedAppRegistrations/microsoft.graph.getUserIdsWithFlaggedAppRegistration(): + get: + tags: + - deviceAppManagement.managedAppRegistration + summary: Invoke function getUserIdsWithFlaggedAppRegistration + operationId: deviceAppManagement.managedAppRegistration_getUserIdsGraphWPreFlaggedAppRegistration + parameters: + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + type: string + nullable: true + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/managedAppStatuses: + get: + tags: + - deviceAppManagement.managedAppStatus + summary: Get managedAppStatuses from deviceAppManagement + description: The managed app statuses. + operationId: deviceAppManagement_ListManagedAppStatus + 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.managedAppStatusCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedAppStatus + summary: Create new navigation property to managedAppStatuses for deviceAppManagement + operationId: deviceAppManagement_CreateManagedAppStatus + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppStatus' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}': + get: + tags: + - deviceAppManagement.managedAppStatus + summary: Get managedAppStatuses from deviceAppManagement + description: The managed app statuses. + operationId: deviceAppManagement_GetManagedAppStatus + parameters: + - name: managedAppStatus-id + in: path + description: The unique identifier of managedAppStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppStatus + - 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.managedAppStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedAppStatus + summary: Update the navigation property managedAppStatuses in deviceAppManagement + operationId: deviceAppManagement_UpdateManagedAppStatus + parameters: + - name: managedAppStatus-id + in: path + description: The unique identifier of managedAppStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppStatus + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppStatus' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedAppStatus + summary: Delete navigation property managedAppStatuses for deviceAppManagement + operationId: deviceAppManagement_DeleteManagedAppStatus + parameters: + - name: managedAppStatus-id + in: path + description: The unique identifier of managedAppStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppStatus + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/managedAppStatuses/$count: + get: + tags: + - deviceAppManagement.managedAppStatus + summary: Get the number of the resource + operationId: deviceAppManagement.managedAppStatus_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/managedEBookCategories: + get: + tags: + - deviceAppManagement.managedEBookCategory + summary: Get managedEBookCategories from deviceAppManagement + description: The mobile eBook categories. + operationId: deviceAppManagement_ListManagedEBookCategory + 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.managedEBookCategoryCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedEBookCategory + summary: Create new navigation property to managedEBookCategories for deviceAppManagement + operationId: deviceAppManagement_CreateManagedEBookCategory + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookCategory' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}': + get: + tags: + - deviceAppManagement.managedEBookCategory + summary: Get managedEBookCategories from deviceAppManagement + description: The mobile eBook categories. + operationId: deviceAppManagement_GetManagedEBookCategory + parameters: + - name: managedEBookCategory-id + in: path + description: The unique identifier of managedEBookCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBookCategory + - 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.managedEBookCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedEBookCategory + summary: Update the navigation property managedEBookCategories in deviceAppManagement + operationId: deviceAppManagement_UpdateManagedEBookCategory + parameters: + - name: managedEBookCategory-id + in: path + description: The unique identifier of managedEBookCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBookCategory + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookCategory' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedEBookCategory + summary: Delete navigation property managedEBookCategories for deviceAppManagement + operationId: deviceAppManagement_DeleteManagedEBookCategory + parameters: + - name: managedEBookCategory-id + in: path + description: The unique identifier of managedEBookCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBookCategory + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/managedEBookCategories/$count: + get: + tags: + - deviceAppManagement.managedEBookCategory + summary: Get the number of the resource + operationId: deviceAppManagement.managedEBookCategory_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/managedEBooks: + get: + tags: + - deviceAppManagement.managedEBook + summary: Get managedEBooks from deviceAppManagement + description: The Managed eBook. + operationId: deviceAppManagement_ListManagedEBook + 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.managedEBookCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedEBook + summary: Create new navigation property to managedEBooks for deviceAppManagement + operationId: deviceAppManagement_CreateManagedEBook + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBook' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBook' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get managedEBooks from deviceAppManagement + description: The Managed eBook. + operationId: deviceAppManagement_GetManagedEBook + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - 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.managedEBook' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedEBook + summary: Update the navigation property managedEBooks in deviceAppManagement + operationId: deviceAppManagement_UpdateManagedEBook + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBook' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBook' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedEBook + summary: Delete navigation property managedEBooks for deviceAppManagement + operationId: deviceAppManagement_DeleteManagedEBook + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get assignments from deviceAppManagement + description: The list of assignments for this eBook. + operationId: deviceAppManagement.managedEBook_ListAssignment + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - $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.managedEBookAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedEBook + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.managedEBook_CreateAssignment + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get assignments from deviceAppManagement + description: The list of assignments for this eBook. + operationId: deviceAppManagement.managedEBook_GetAssignment + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: managedEBookAssignment-id + in: path + description: The unique identifier of managedEBookAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBookAssignment + - 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.managedEBookAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedEBook + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.managedEBook_UpdateAssignment + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: managedEBookAssignment-id + in: path + description: The unique identifier of managedEBookAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBookAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedEBook + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.managedEBook_DeleteAssignment + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: managedEBookAssignment-id + in: path + description: The unique identifier of managedEBookAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBookAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get the number of the resource + operationId: deviceAppManagement.managedEBook.assignment_GetCount + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/managedEBooks/{managedEBook-id}/categories': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get categories from deviceAppManagement + description: The list of categories for this eBook. + operationId: deviceAppManagement.managedEBook_ListCategory + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - $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.managedEBookCategoryCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/categories/{managedEBookCategory-id}': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get categories from deviceAppManagement + description: The list of categories for this eBook. + operationId: deviceAppManagement.managedEBook_GetCategory + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: managedEBookCategory-id + in: path + description: The unique identifier of managedEBookCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBookCategory + - 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.managedEBookCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/categories/$count': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get the number of the resource + operationId: deviceAppManagement.managedEBook.category_GetCount + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get deviceStates from deviceAppManagement + description: The list of installation states for this eBook. + operationId: deviceAppManagement.managedEBook_ListDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - $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.deviceInstallStateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedEBook + summary: Create new navigation property to deviceStates for deviceAppManagement + operationId: deviceAppManagement.managedEBook_CreateDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get deviceStates from deviceAppManagement + description: The list of installation states for this eBook. + operationId: deviceAppManagement.managedEBook_GetDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: deviceInstallState-id + in: path + description: The unique identifier of deviceInstallState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceInstallState + - 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.deviceInstallState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedEBook + summary: Update the navigation property deviceStates in deviceAppManagement + operationId: deviceAppManagement.managedEBook_UpdateDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: deviceInstallState-id + in: path + description: The unique identifier of deviceInstallState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceInstallState + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedEBook + summary: Delete navigation property deviceStates for deviceAppManagement + operationId: deviceAppManagement.managedEBook_DeleteDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: deviceInstallState-id + in: path + description: The unique identifier of deviceInstallState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceInstallState + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get the number of the resource + operationId: deviceAppManagement.managedEBook.deviceState_GetCount + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get installSummary from deviceAppManagement + description: Mobile App Install Summary. + operationId: deviceAppManagement.managedEBook_GetInstallSummary + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - 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.eBookInstallSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedEBook + summary: Update the navigation property installSummary in deviceAppManagement + operationId: deviceAppManagement.managedEBook_UpdateInstallSummary + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.eBookInstallSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedEBook + summary: Delete navigation property installSummary for deviceAppManagement + operationId: deviceAppManagement.managedEBook_DeleteInstallSummary + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/microsoft.graph.assign': + post: + tags: + - deviceAppManagement.managedEBook + summary: Invoke action assign + operationId: deviceAppManagement.managedEBook_assign + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + managedEBookAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedEBookAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get userStateSummary from deviceAppManagement + description: The list of installation states for this eBook. + operationId: deviceAppManagement.managedEBook_ListUserStateSummary + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - $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.userInstallStateSummaryCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedEBook + summary: Create new navigation property to userStateSummary for deviceAppManagement + operationId: deviceAppManagement.managedEBook_CreateUserStateSummary + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get userStateSummary from deviceAppManagement + description: The list of installation states for this eBook. + operationId: deviceAppManagement.managedEBook_GetUserStateSummary + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: userInstallStateSummary-id + in: path + description: The unique identifier of userInstallStateSummary + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userInstallStateSummary + - 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.userInstallStateSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedEBook + summary: Update the navigation property userStateSummary in deviceAppManagement + operationId: deviceAppManagement.managedEBook_UpdateUserStateSummary + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: userInstallStateSummary-id + in: path + description: The unique identifier of userInstallStateSummary + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userInstallStateSummary + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.userInstallStateSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedEBook + summary: Delete navigation property userStateSummary for deviceAppManagement + operationId: deviceAppManagement.managedEBook_DeleteUserStateSummary + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: userInstallStateSummary-id + in: path + description: The unique identifier of userInstallStateSummary + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userInstallStateSummary + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get deviceStates from deviceAppManagement + description: The install state of the eBook. + operationId: deviceAppManagement.managedEBook.userStateSummary_ListDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: userInstallStateSummary-id + in: path + description: The unique identifier of userInstallStateSummary + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userInstallStateSummary + - $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.deviceInstallStateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedEBook + summary: Create new navigation property to deviceStates for deviceAppManagement + operationId: deviceAppManagement.managedEBook.userStateSummary_CreateDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: userInstallStateSummary-id + in: path + description: The unique identifier of userInstallStateSummary + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userInstallStateSummary + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get deviceStates from deviceAppManagement + description: The install state of the eBook. + operationId: deviceAppManagement.managedEBook.userStateSummary_GetDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: userInstallStateSummary-id + in: path + description: The unique identifier of userInstallStateSummary + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userInstallStateSummary + - name: deviceInstallState-id + in: path + description: The unique identifier of deviceInstallState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceInstallState + - 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.deviceInstallState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedEBook + summary: Update the navigation property deviceStates in deviceAppManagement + operationId: deviceAppManagement.managedEBook.userStateSummary_UpdateDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: userInstallStateSummary-id + in: path + description: The unique identifier of userInstallStateSummary + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userInstallStateSummary + - name: deviceInstallState-id + in: path + description: The unique identifier of deviceInstallState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceInstallState + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceInstallState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedEBook + summary: Delete navigation property deviceStates for deviceAppManagement + operationId: deviceAppManagement.managedEBook.userStateSummary_DeleteDeviceState + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: userInstallStateSummary-id + in: path + description: The unique identifier of userInstallStateSummary + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userInstallStateSummary + - name: deviceInstallState-id + in: path + description: The unique identifier of deviceInstallState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceInstallState + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get the number of the resource + operationId: deviceAppManagement.managedEBook.userStateSummary.deviceState_GetCount + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - name: userInstallStateSummary-id + in: path + description: The unique identifier of userInstallStateSummary + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: userInstallStateSummary + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count': + get: + tags: + - deviceAppManagement.managedEBook + summary: Get the number of the resource + operationId: deviceAppManagement.managedEBook.userStateSummary_GetCount + parameters: + - name: managedEBook-id + in: path + description: The unique identifier of managedEBook + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedEBook + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/managedEBooks/$count: + get: + tags: + - deviceAppManagement.managedEBook + summary: Get the number of the resource + operationId: deviceAppManagement.managedEBook_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mdmWindowsInformationProtectionPolicies: + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get mdmWindowsInformationProtectionPolicies from deviceAppManagement + description: Windows information protection for apps running on devices which are MDM enrolled. + operationId: deviceAppManagement_ListMdmWindowsInformationProtectionPolicy + 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.mdmWindowsInformationProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Create new navigation property to mdmWindowsInformationProtectionPolicies for deviceAppManagement + operationId: deviceAppManagement_CreateMdmWindowsInformationProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get mdmWindowsInformationProtectionPolicies from deviceAppManagement + description: Windows information protection for apps running on devices which are MDM enrolled. + operationId: deviceAppManagement_GetMdmWindowsInformationProtectionPolicy + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - 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.mdmWindowsInformationProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Update the navigation property mdmWindowsInformationProtectionPolicies in deviceAppManagement + operationId: deviceAppManagement_UpdateMdmWindowsInformationProtectionPolicy + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mdmWindowsInformationProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Delete navigation property mdmWindowsInformationProtectionPolicies for deviceAppManagement + operationId: deviceAppManagement_DeleteMdmWindowsInformationProtectionPolicy + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get assignments from deviceAppManagement + description: Navigation property to list of security groups targeted for policy. + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_ListAssignment + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - $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.targetedManagedAppPolicyAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_CreateAssignment + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get assignments from deviceAppManagement + description: Navigation property to list of security groups targeted for policy. + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_GetAssignment + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - 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.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_UpdateAssignment + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_DeleteAssignment + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy.assignment_GetCount + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get exemptAppLockerFiles from deviceAppManagement + description: Another way to input exempt apps through xml files + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_ListExemptAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - $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.windowsInformationProtectionAppLockerFileCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Create new navigation property to exemptAppLockerFiles for deviceAppManagement + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_CreateExemptAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get exemptAppLockerFiles from deviceAppManagement + description: Another way to input exempt apps through xml files + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_GetExemptAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + - 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.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Update the navigation property exemptAppLockerFiles in deviceAppManagement + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_UpdateExemptAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Delete navigation property exemptAppLockerFiles for deviceAppManagement + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_DeleteExemptAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy.exemptAppLockerFile_GetCount + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get protectedAppLockerFiles from deviceAppManagement + description: Another way to input protected apps through xml files + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_ListProtectedAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - $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.windowsInformationProtectionAppLockerFileCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Create new navigation property to protectedAppLockerFiles for deviceAppManagement + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_CreateProtectedAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get protectedAppLockerFiles from deviceAppManagement + description: Another way to input protected apps through xml files + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_GetProtectedAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + - 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.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Update the navigation property protectedAppLockerFiles in deviceAppManagement + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_UpdateProtectedAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Delete navigation property protectedAppLockerFiles for deviceAppManagement + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_DeleteProtectedAppLockerFile + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count': + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy.protectedAppLockerFile_GetCount + parameters: + - name: mdmWindowsInformationProtectionPolicy-id + in: path + description: The unique identifier of mdmWindowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mdmWindowsInformationProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count: + get: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mdmWindowsInformationProtectionPolicies/microsoft.graph.hasPayloadLinks: + post: + tags: + - deviceAppManagement.mdmWindowsInformationProtectionPolicy + summary: Invoke action hasPayloadLinks + operationId: deviceAppManagement.mdmWindowsInformationProtectionPolicy_hasPayloadLink + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + payloadIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hasPayloadLinkResultItem' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/microsoft.graph.syncMicrosoftStoreForBusinessApps: + post: + tags: + - deviceAppManagement.deviceAppManagement.Actions + summary: Invoke action syncMicrosoftStoreForBusinessApps + description: Syncs Intune account with Microsoft Store For Business + operationId: deviceAppManagement_syncMicrosoftStoreGraphFPreBusinessApp + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/mobileAppCatalogPackages: + get: + tags: + - deviceAppManagement.mobileAppCatalogPackage + summary: Get mobileAppCatalogPackages from deviceAppManagement + description: MobileAppCatalogPackage entities. + operationId: deviceAppManagement_ListMobileAppCatalogPackage + 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.mobileAppCatalogPackageCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileAppCatalogPackage + summary: Create new navigation property to mobileAppCatalogPackages for deviceAppManagement + operationId: deviceAppManagement_CreateMobileAppCatalogPackage + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCatalogPackage' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCatalogPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}': + get: + tags: + - deviceAppManagement.mobileAppCatalogPackage + summary: Get mobileAppCatalogPackages from deviceAppManagement + description: MobileAppCatalogPackage entities. + operationId: deviceAppManagement_GetMobileAppCatalogPackage + parameters: + - name: mobileAppCatalogPackage-id + in: path + description: The unique identifier of mobileAppCatalogPackage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCatalogPackage + - 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.mobileAppCatalogPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileAppCatalogPackage + summary: Update the navigation property mobileAppCatalogPackages in deviceAppManagement + operationId: deviceAppManagement_UpdateMobileAppCatalogPackage + parameters: + - name: mobileAppCatalogPackage-id + in: path + description: The unique identifier of mobileAppCatalogPackage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCatalogPackage + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCatalogPackage' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCatalogPackage' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileAppCatalogPackage + summary: Delete navigation property mobileAppCatalogPackages for deviceAppManagement + operationId: deviceAppManagement_DeleteMobileAppCatalogPackage + parameters: + - name: mobileAppCatalogPackage-id + in: path + description: The unique identifier of mobileAppCatalogPackage + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCatalogPackage + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/mobileAppCatalogPackages/$count: + get: + tags: + - deviceAppManagement.mobileAppCatalogPackage + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppCatalogPackage_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileAppCategories: + get: + tags: + - deviceAppManagement.mobileAppCategory + summary: Get mobileAppCategories from deviceAppManagement + description: The mobile app categories. + operationId: deviceAppManagement_ListMobileAppCategory + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileAppCategory + summary: Create new navigation property to mobileAppCategories for deviceAppManagement + operationId: deviceAppManagement_CreateMobileAppCategory + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileAppCategory + summary: Get mobileAppCategories from deviceAppManagement + description: The mobile app categories. + operationId: deviceAppManagement_GetMobileAppCategory + parameters: + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileAppCategory + summary: Update the navigation property mobileAppCategories in deviceAppManagement + operationId: deviceAppManagement_UpdateMobileAppCategory + parameters: + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileAppCategory + summary: Delete navigation property mobileAppCategories for deviceAppManagement + operationId: deviceAppManagement_DeleteMobileAppCategory + parameters: + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/mobileAppCategories/$count: + get: + tags: + - deviceAppManagement.mobileAppCategory + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppCategory_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileAppConfigurations: + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get mobileAppConfigurations from deviceAppManagement + description: The Managed Device Mobile Application Configurations. + operationId: deviceAppManagement_ListMobileAppConfiguration + 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.managedDeviceMobileAppConfigurationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Create new navigation property to mobileAppConfigurations for deviceAppManagement + operationId: deviceAppManagement_CreateMobileAppConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get mobileAppConfigurations from deviceAppManagement + description: The Managed Device Mobile Application Configurations. + operationId: deviceAppManagement_GetMobileAppConfiguration + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - 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.managedDeviceMobileAppConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Update the navigation property mobileAppConfigurations in deviceAppManagement + operationId: deviceAppManagement_UpdateMobileAppConfiguration + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Delete navigation property mobileAppConfigurations for deviceAppManagement + operationId: deviceAppManagement_DeleteMobileAppConfiguration + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get assignments from deviceAppManagement + description: The list of group assignemenets for app configration. + operationId: deviceAppManagement.mobileAppConfiguration_ListAssignment + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - $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.managedDeviceMobileAppConfigurationAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_CreateAssignment + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get assignments from deviceAppManagement + description: The list of group assignemenets for app configration. + operationId: deviceAppManagement.mobileAppConfiguration_GetAssignment + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: managedDeviceMobileAppConfigurationAssignment-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationAssignment + - 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.managedDeviceMobileAppConfigurationAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_UpdateAssignment + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: managedDeviceMobileAppConfigurationAssignment-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_DeleteAssignment + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: managedDeviceMobileAppConfigurationAssignment-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppConfiguration.assignment_GetCount + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get deviceStatuses from deviceAppManagement + description: List of ManagedDeviceMobileAppConfigurationDeviceStatus. + operationId: deviceAppManagement.mobileAppConfiguration_ListDeviceStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - $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.managedDeviceMobileAppConfigurationDeviceStatusCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Create new navigation property to deviceStatuses for deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_CreateDeviceStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get deviceStatuses from deviceAppManagement + description: List of ManagedDeviceMobileAppConfigurationDeviceStatus. + operationId: deviceAppManagement.mobileAppConfiguration_GetDeviceStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: managedDeviceMobileAppConfigurationDeviceStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationDeviceStatus + - 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.managedDeviceMobileAppConfigurationDeviceStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Update the navigation property deviceStatuses in deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_UpdateDeviceStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: managedDeviceMobileAppConfigurationDeviceStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationDeviceStatus + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Delete navigation property deviceStatuses for deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_DeleteDeviceStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: managedDeviceMobileAppConfigurationDeviceStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationDeviceStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationDeviceStatus + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppConfiguration.deviceStatus_GetCount + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get deviceStatusSummary from deviceAppManagement + description: App configuration device status summary. + operationId: deviceAppManagement.mobileAppConfiguration_GetDeviceStatusSummary + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - 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.managedDeviceMobileAppConfigurationDeviceSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Update the navigation property deviceStatusSummary in deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_UpdateDeviceStatusSummary + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Delete navigation property deviceStatusSummary for deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_DeleteDeviceStatusSummary + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/microsoft.graph.assign': + post: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Invoke action assign + operationId: deviceAppManagement.mobileAppConfiguration_assign + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + assignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get userStatuses from deviceAppManagement + description: List of ManagedDeviceMobileAppConfigurationUserStatus. + operationId: deviceAppManagement.mobileAppConfiguration_ListUserStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - $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.managedDeviceMobileAppConfigurationUserStatusCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Create new navigation property to userStatuses for deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_CreateUserStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get userStatuses from deviceAppManagement + description: List of ManagedDeviceMobileAppConfigurationUserStatus. + operationId: deviceAppManagement.mobileAppConfiguration_GetUserStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: managedDeviceMobileAppConfigurationUserStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationUserStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationUserStatus + - 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.managedDeviceMobileAppConfigurationUserStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Update the navigation property userStatuses in deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_UpdateUserStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: managedDeviceMobileAppConfigurationUserStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationUserStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationUserStatus + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Delete navigation property userStatuses for deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_DeleteUserStatus + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: managedDeviceMobileAppConfigurationUserStatus-id + in: path + description: The unique identifier of managedDeviceMobileAppConfigurationUserStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfigurationUserStatus + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppConfiguration.userStatus_GetCount + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary': + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get userStatusSummary from deviceAppManagement + description: App configuration user status summary. + operationId: deviceAppManagement.mobileAppConfiguration_GetUserStatusSummary + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - 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.managedDeviceMobileAppConfigurationUserSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Update the navigation property userStatusSummary in deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_UpdateUserStatusSummary + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDeviceMobileAppConfigurationUserSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Delete navigation property userStatusSummary for deviceAppManagement + operationId: deviceAppManagement.mobileAppConfiguration_DeleteUserStatusSummary + parameters: + - name: managedDeviceMobileAppConfiguration-id + in: path + description: The unique identifier of managedDeviceMobileAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDeviceMobileAppConfiguration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/mobileAppConfigurations/$count: + get: + tags: + - deviceAppManagement.managedDeviceMobileAppConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppConfiguration_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileAppRelationships: + get: + tags: + - deviceAppManagement.mobileAppRelationship + summary: Get mobileAppRelationships from deviceAppManagement + description: List mobileAppRelationship objects for mobile applications. + operationId: deviceAppManagement_ListMobileAppRelationship + 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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileAppRelationship + summary: Create new navigation property to mobileAppRelationships for deviceAppManagement + operationId: deviceAppManagement_CreateMobileAppRelationship + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileAppRelationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileAppRelationship + summary: Get mobileAppRelationships from deviceAppManagement + description: List mobileAppRelationship objects for mobile applications. + operationId: deviceAppManagement_GetMobileAppRelationship + parameters: + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileAppRelationship + summary: Update the navigation property mobileAppRelationships in deviceAppManagement + operationId: deviceAppManagement_UpdateMobileAppRelationship + parameters: + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileAppRelationship + summary: Delete navigation property mobileAppRelationships for deviceAppManagement + operationId: deviceAppManagement_DeleteMobileAppRelationship + parameters: + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/mobileAppRelationships/$count: + get: + tags: + - deviceAppManagement.mobileAppRelationship + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppRelationship_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get mobileApps from deviceAppManagement + description: The mobile apps. + operationId: deviceAppManagement_ListMobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to mobileApps for deviceAppManagement + operationId: deviceAppManagement_CreateMobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get mobileApps from deviceAppManagement + description: The mobile apps. + operationId: deviceAppManagement_GetMobileApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property mobileApps in deviceAppManagement + operationId: deviceAppManagement_UpdateMobileApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property mobileApps for deviceAppManagement + operationId: deviceAppManagement_DeleteMobileApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $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}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidForWorkApp + operationId: deviceAppManagement_GetMobileAppAsAndroidGraphFPreWorkApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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.androidForWorkApp' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidForWorkApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidGraphFPreWorkApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidLobApp + operationId: deviceAppManagement_GetMobileAppAsAndroidLobApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.androidLobApp.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.androidLobApp.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidLobApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidLobApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidLobApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidManagedStoreApp + operationId: deviceAppManagement_GetMobileAppAsAndroidManagedStoreApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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.androidManagedStoreApp' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidManagedStoreApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidManagedStoreApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.androidStoreApp + operationId: deviceAppManagement_GetMobileAppAsAndroidStoreApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.androidStoreApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsAndroidStoreApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.assign': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action assign + operationId: deviceAppManagement.mobileApp_assign + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + mobileAppAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosLobApp + operationId: deviceAppManagement_GetMobileAppAsIosLobApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsIosLobApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsIosLobApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosLobApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsIosLobApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsIosLobApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosLobApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsIosLobApp_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsIosLobApp_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.iosLobApp.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.iosLobApp.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosLobApp.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsIosLobApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsIosLobApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosLobApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosLobApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosLobApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosStoreApp + operationId: deviceAppManagement_GetMobileAppAsIosStoreApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsIosStoreApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosStoreApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsIosStoreApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosStoreApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosStoreApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosStoreApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsIosStoreApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsIosStoreApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosStoreApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsIosStoreApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosStoreApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsIosStoreApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosStoreApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosStoreApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosStoreApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosStoreApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.iosVppApp + operationId: deviceAppManagement_GetMobileAppAsIosVppApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignedLicenses': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignedLicenses from deviceAppManagement + description: The licenses assigned to this app. + operationId: deviceAppManagement.mobileAppAsIosVppApp_ListAssignedLicense + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.iosVppAppAssignedLicenseCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignedLicenses for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosVppApp_CreateAssignedLicense + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosVppAppAssignedLicense' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosVppAppAssignedLicense' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignedLicenses from deviceAppManagement + description: The licenses assigned to this app. + operationId: deviceAppManagement.mobileAppAsIosVppApp_GetAssignedLicense + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: iosVppAppAssignedLicense-id + in: path + description: The unique identifier of iosVppAppAssignedLicense + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosVppAppAssignedLicense + - 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.iosVppAppAssignedLicense' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignedLicenses in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosVppApp_UpdateAssignedLicense + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: iosVppAppAssignedLicense-id + in: path + description: The unique identifier of iosVppAppAssignedLicense + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosVppAppAssignedLicense + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosVppAppAssignedLicense' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.iosVppAppAssignedLicense' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignedLicenses for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosVppApp_DeleteAssignedLicense + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: iosVppAppAssignedLicense-id + in: path + description: The unique identifier of iosVppAppAssignedLicense + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: iosVppAppAssignedLicense + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignedLicenses/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosVppApp.assignedLicense_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsIosVppApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosVppApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsIosVppApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosVppApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosVppApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosVppApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsIosVppApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsIosVppApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosVppApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsIosVppApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosVppApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsIosVppApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosVppApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsIosVppApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.iosVppApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsIosVppApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSDmgApp + operationId: deviceAppManagement_GetMobileAppAsMacOSDmgApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.macOSDmgApp.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.macOSDmgApp.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSDmgApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSDmgApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSLobApp + operationId: deviceAppManagement_GetMobileAppAsMacOSLobApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.macOSLobApp.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.macOSLobApp.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSLobApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSLobApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSLobApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.macOSPkgApp + operationId: deviceAppManagement_GetMobileAppAsMacOSPkgApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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.macOSPkgApp' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.macOSPkgApp.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.macOSPkgApp.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.macOSPkgApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMacOSPkgApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedAndroidLobApp + operationId: deviceAppManagement_GetMobileAppAsManagedAndroidLobApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.managedAndroidLobApp.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.managedAndroidLobApp.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedAndroidLobApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedAndroidLobApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedIOSLobApp + operationId: deviceAppManagement_GetMobileAppAsManagedIOSLobApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.managedIOSLobApp.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.managedIOSLobApp.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedIOSLobApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedIOSLobApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.managedMobileLobApp + operationId: deviceAppManagement_GetMobileAppAsManagedMobileLobApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.managedMobileLobApp.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.managedMobileLobApp.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.managedMobileLobApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsManagedMobileLobApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.microsoftStoreForBusinessApp + operationId: deviceAppManagement_GetMobileAppAsMicrosoftStoreGraphFPreBusinessApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a mobileApp acting as a package. + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a mobileApp acting as a package. + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.microsoftStoreForBusinessApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsMicrosoftStoreGraphFPreBusinessApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.updateRelationships': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action updateRelationships + operationId: deviceAppManagement.mobileApp_updateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + relationships: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.win32LobApp + operationId: deviceAppManagement_GetMobileAppAsWin32LobApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWin32LobApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWin32LobApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWin32LobApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWin32LobApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWin32LobApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWin32LobApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsWin32LobApp_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsWin32LobApp_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.win32LobApp.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.win32LobApp.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWin32LobApp.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWin32LobApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWin32LobApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWin32LobApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.win32LobApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWin32LobApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsAppX + operationId: deviceAppManagement_GetMobileAppAsWindowsAppX + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsAppX_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsAppX_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsAppX.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsAppX_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsAppX_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsAppX.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsWindowsAppX_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsWindowsAppX_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.windowsAppX.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.windowsAppX.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsAppX.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsAppX_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsAppX_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsAppX_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsAppX/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsAppX.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsMobileMSI + operationId: deviceAppManagement_GetMobileAppAsWindowsMobileMSI + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.windowsMobileMSI.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.windowsMobileMSI.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsMobileMSI/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsMobileMSI.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsStoreApp + operationId: deviceAppManagement_GetMobileAppAsWindowsStoreApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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.windowsStoreApp' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsStoreApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsStoreApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsUniversalAppX + operationId: deviceAppManagement_GetMobileAppAsWindowsUniversalAppX + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/committedContainedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: 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.mobileAppAsWindowsUniversalAppX_ListCommittedContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to committedContainedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_CreateCommittedContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: 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.mobileAppAsWindowsUniversalAppX_GetCommittedContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property committedContainedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_UpdateCommittedContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property committedContainedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_DeleteCommittedContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/committedContainedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.committedContainedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_CreateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get contentVersions from deviceAppManagement + description: The list of content versions for this app. This property is read-only. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property contentVersions in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_UpdateContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property contentVersions for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_DeleteContentVersion + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_ListContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_CreateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get containedApps from deviceAppManagement + description: The collection of contained apps in a MobileLobApp acting as a package. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_GetContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property containedApps in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_UpdateContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property containedApps for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_DeleteContainedApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileContainedApp-id + in: path + description: The unique identifier of mobileContainedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileContainedApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion.containedApp_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_ListFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_CreateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get files from deviceAppManagement + description: The list of files for this app content version. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_GetFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property files in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_UpdateFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property files for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_DeleteFile + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.commit': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action commit + description: Commits a file of a given app. + operationId: deviceAppManagement.mobileApp.microsoft.graph.windowsUniversalAppX.contentVersion.file_commit + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + fileEncryptionInfo: + $ref: '#/components/schemas/microsoft.graph.fileEncryptionInfo' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/microsoft.graph.renewUpload': + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action renewUpload + description: Renews the SAS URI for an application file upload. + operationId: deviceAppManagement.mobileApp.microsoft.graph.windowsUniversalAppX.contentVersion.file_renewUpload + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - name: mobileAppContentFile-id + in: path + description: The unique identifier of mobileAppContentFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContentFile + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion.file_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppContent-id + in: path + description: The unique identifier of mobileAppContent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppContent + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/contentVersions/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.contentVersion_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsUniversalAppX/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsUniversalAppX.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.windowsWebApp + operationId: deviceAppManagement_GetMobileAppAsWindowsWebApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsWebApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsWebApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWindowsWebApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.windowsWebApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWindowsWebApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the item of type microsoft.graph.mobileApp as microsoft.graph.winGetApp + operationId: deviceAppManagement_GetMobileAppAsWinGetApp + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - 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.winGetApp' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/assignments': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWinGetApp_ListAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWinGetApp_CreateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/assignments/{mobileAppAssignment-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get assignments from deviceAppManagement + description: The list of group assignments for this mobile app. + operationId: deviceAppManagement.mobileAppAsWinGetApp_GetAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWinGetApp_UpdateAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWinGetApp_DeleteAssignment + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppAssignment-id + in: path + description: The unique identifier of mobileAppAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/assignments/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWinGetApp.assignment_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/categories': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWinGetApp_ListCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/categories/{mobileAppCategory-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get categories from deviceAppManagement + description: The list of categories for this app. + operationId: deviceAppManagement.mobileAppAsWinGetApp_GetCategory + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppCategory-id + in: path + description: The unique identifier of mobileAppCategory + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppCategory + - 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' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/categories/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWinGetApp.category_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWinGetApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWinGetApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileAppAsWinGetApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWinGetApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileAppAsWinGetApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/microsoft.graph.winGetApp/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileAppAsWinGetApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/{mobileApp-id}/relationships': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileApp_ListRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $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.mobileAppRelationshipCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.mobileApp + summary: Create new navigation property to relationships for deviceAppManagement + operationId: deviceAppManagement.mobileApp_CreateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get relationships from deviceAppManagement + description: The set of direct relationships for this app. + operationId: deviceAppManagement.mobileApp_GetRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - 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.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.mobileApp + summary: Update the navigation property relationships in deviceAppManagement + operationId: deviceAppManagement.mobileApp_UpdateRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.mobileApp + summary: Delete navigation property relationships for deviceAppManagement + operationId: deviceAppManagement.mobileApp_DeleteRelationship + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - name: mobileAppRelationship-id + in: path + description: The unique identifier of mobileAppRelationship + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileAppRelationship + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count': + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileApp.relationship_GetCount + parameters: + - name: mobileApp-id + in: path + description: The unique identifier of mobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mobileApp + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.mobileApp_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.androidForWorkApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.androidForWorkApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsAndroidGraphFPreWorkApp + 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.androidForWorkAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.androidForWorkApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsAndroidGraphFPreWorkApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.androidLobApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.androidLobApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsAndroidLobApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.androidLobApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsAndroidLobApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.androidManagedStoreApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.androidManagedStoreApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsAndroidManagedStoreApp + 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.androidManagedStoreAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.androidManagedStoreApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsAndroidManagedStoreApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.androidStoreApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.androidStoreApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsAndroidStoreApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.androidStoreApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsAndroidStoreApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/mobileApps/microsoft.graph.convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId=''{mobileAppCatalogPackageId}'')': + get: + tags: + - deviceAppManagement.mobileApp + summary: Invoke function convertFromMobileAppCatalogPackage + operationId: deviceAppManagement.mobileApp_convertFromMobileAppCatalogPackage + parameters: + - name: mobileAppCatalogPackageId + in: path + description: 'Usage: mobileAppCatalogPackageId=''{mobileAppCatalogPackageId}''' + required: true + style: simple + schema: + type: string + nullable: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + /deviceAppManagement/mobileApps/microsoft.graph.hasPayloadLinks: + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action hasPayloadLinks + operationId: deviceAppManagement.mobileApp_hasPayloadLink + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + payloadIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hasPayloadLinkResultItem' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.iosLobApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.iosLobApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsIosLobApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.iosLobApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsIosLobApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.iosStoreApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.iosStoreApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsIosStoreApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.iosStoreApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsIosStoreApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.iosVppApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.iosVppApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsIosVppApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.iosVppApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsIosVppApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.macOSDmgApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.macOSDmgApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsMacOSDmgApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.macOSDmgApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsMacOSDmgApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.macOSLobApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.macOSLobApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsMacOSLobApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.macOSLobApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsMacOSLobApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.macOSPkgApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.macOSPkgApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsMacOSPkgApp + 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.macOSPkgAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.macOSPkgApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsMacOSPkgApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.managedAndroidLobApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.managedAndroidLobApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsManagedAndroidLobApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.managedAndroidLobApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsManagedAndroidLobApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.managedIOSLobApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.managedIOSLobApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsManagedIOSLobApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.managedIOSLobApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsManagedIOSLobApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.managedMobileLobApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.managedMobileLobApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsManagedMobileLobApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.managedMobileLobApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsManagedMobileLobApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.microsoftStoreForBusinessApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.microsoftStoreForBusinessApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsMicrosoftStoreGraphFPreBusinessApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.microsoftStoreForBusinessApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsMicrosoftStoreGraphFPreBusinessApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.validateXml: + post: + tags: + - deviceAppManagement.mobileApp + summary: Invoke action validateXml + operationId: deviceAppManagement.mobileApp_validateXml + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + officeConfigurationXml: + type: string + format: base64url + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/mobileApps/microsoft.graph.win32LobApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.win32LobApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsWin32LobApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.win32LobApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsWin32LobApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.windowsAppX: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.windowsAppX in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsWindowsAppX + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.windowsAppX/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsWindowsAppX + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.windowsMobileMSI: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.windowsMobileMSI in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsWindowsMobileMSI + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.windowsMobileMSI/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsWindowsMobileMSI + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.windowsStoreApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.windowsStoreApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsWindowsStoreApp + 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.windowsStoreAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.windowsStoreApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsWindowsStoreApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.windowsUniversalAppX: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.windowsUniversalAppX in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsWindowsUniversalAppX + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.windowsUniversalAppX/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsWindowsUniversalAppX + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.windowsWebApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.windowsWebApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsWindowsWebApp + 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' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.windowsWebApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsWindowsWebApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/mobileApps/microsoft.graph.winGetApp: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the items of type microsoft.graph.winGetApp in the microsoft.graph.mobileApp collection + operationId: deviceAppManagement_ListMobileAppAsWinGetApp + 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.winGetAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/mobileApps/microsoft.graph.winGetApp/$count: + get: + tags: + - deviceAppManagement.mobileApp + summary: Get the number of the resource + operationId: deviceAppManagement.MobileApp_GetCountAsWinGetApp + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/policySets: + get: + tags: + - deviceAppManagement.policySet + summary: Get policySets from deviceAppManagement + description: The PolicySet of Policies and Applications + operationId: deviceAppManagement_ListPolicySet + 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.policySetCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.policySet + summary: Create new navigation property to policySets for deviceAppManagement + operationId: deviceAppManagement_CreatePolicySet + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySet' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/policySets/{policySet-id}': + get: + tags: + - deviceAppManagement.policySet + summary: Get policySets from deviceAppManagement + description: The PolicySet of Policies and Applications + operationId: deviceAppManagement_GetPolicySet + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - 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.policySet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.policySet + summary: Update the navigation property policySets in deviceAppManagement + operationId: deviceAppManagement_UpdatePolicySet + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySet' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySet' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.policySet + summary: Delete navigation property policySets for deviceAppManagement + operationId: deviceAppManagement_DeletePolicySet + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/policySets/{policySet-id}/assignments': + get: + tags: + - deviceAppManagement.policySet + summary: Get assignments from deviceAppManagement + description: Assignments of the PolicySet. + operationId: deviceAppManagement.policySet_ListAssignment + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - $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.policySetAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.policySet + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.policySet_CreateAssignment + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}': + get: + tags: + - deviceAppManagement.policySet + summary: Get assignments from deviceAppManagement + description: Assignments of the PolicySet. + operationId: deviceAppManagement.policySet_GetAssignment + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - name: policySetAssignment-id + in: path + description: The unique identifier of policySetAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySetAssignment + - 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.policySetAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.policySet + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.policySet_UpdateAssignment + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - name: policySetAssignment-id + in: path + description: The unique identifier of policySetAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySetAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.policySet + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.policySet_DeleteAssignment + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - name: policySetAssignment-id + in: path + description: The unique identifier of policySetAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySetAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/policySets/{policySet-id}/assignments/$count': + get: + tags: + - deviceAppManagement.policySet + summary: Get the number of the resource + operationId: deviceAppManagement.policySet.assignment_GetCount + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/policySets/{policySet-id}/items': + get: + tags: + - deviceAppManagement.policySet + summary: Get items from deviceAppManagement + description: Items of the PolicySet with maximum count 100. + operationId: deviceAppManagement.policySet_ListItem + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - $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.policySetItemCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.policySet + summary: Create new navigation property to items for deviceAppManagement + operationId: deviceAppManagement.policySet_CreateItem + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetItem' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}': + get: + tags: + - deviceAppManagement.policySet + summary: Get items from deviceAppManagement + description: Items of the PolicySet with maximum count 100. + operationId: deviceAppManagement.policySet_GetItem + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - name: policySetItem-id + in: path + description: The unique identifier of policySetItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySetItem + - 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.policySetItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.policySet + summary: Update the navigation property items in deviceAppManagement + operationId: deviceAppManagement.policySet_UpdateItem + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - name: policySetItem-id + in: path + description: The unique identifier of policySetItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySetItem + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetItem' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.policySetItem' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.policySet + summary: Delete navigation property items for deviceAppManagement + operationId: deviceAppManagement.policySet_DeleteItem + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - name: policySetItem-id + in: path + description: The unique identifier of policySetItem + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySetItem + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/policySets/{policySet-id}/items/$count': + get: + tags: + - deviceAppManagement.policySet + summary: Get the number of the resource + operationId: deviceAppManagement.policySet.item_GetCount + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/policySets/{policySet-id}/microsoft.graph.update': + post: + tags: + - deviceAppManagement.policySet + summary: Invoke action update + operationId: deviceAppManagement.policySet_update + parameters: + - name: policySet-id + in: path + description: The unique identifier of policySet + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: policySet + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + addedPolicySetItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.policySetItem' + updatedPolicySetItems: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.policySetItem' + deletedPolicySetItems: + type: array + items: + type: string + nullable: true + assignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.policySetAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/policySets/$count: + get: + tags: + - deviceAppManagement.policySet + summary: Get the number of the resource + operationId: deviceAppManagement.policySet_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/policySets/microsoft.graph.getPolicySets: + post: + tags: + - deviceAppManagement.policySet + summary: Invoke action getPolicySets + operationId: deviceAppManagement.policySet_getPolicySet + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + policySetIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of policySet + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.policySet' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/symantecCodeSigningCertificate: + get: + tags: + - deviceAppManagement.symantecCodeSigningCertificate + summary: Get symantecCodeSigningCertificate from deviceAppManagement + description: The WinPhone Symantec Code Signing Certificate. + operationId: deviceAppManagement_GetSymantecCodeSigningCertificate + 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.symantecCodeSigningCertificate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.symantecCodeSigningCertificate + summary: Update the navigation property symantecCodeSigningCertificate in deviceAppManagement + operationId: deviceAppManagement_UpdateSymantecCodeSigningCertificate + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.symantecCodeSigningCertificate' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.symantecCodeSigningCertificate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.symantecCodeSigningCertificate + summary: Delete navigation property symantecCodeSigningCertificate for deviceAppManagement + operationId: deviceAppManagement_DeleteSymantecCodeSigningCertificate + parameters: + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/targetedManagedAppConfigurations: + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get targetedManagedAppConfigurations from deviceAppManagement + description: Targeted managed app configurations. + operationId: deviceAppManagement_ListTargetedManagedAppConfiguration + 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.targetedManagedAppConfigurationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Create new navigation property to targetedManagedAppConfigurations for deviceAppManagement + operationId: deviceAppManagement_CreateTargetedManagedAppConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get targetedManagedAppConfigurations from deviceAppManagement + description: Targeted managed app configurations. + operationId: deviceAppManagement_GetTargetedManagedAppConfiguration + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - 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.targetedManagedAppConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Update the navigation property targetedManagedAppConfigurations in deviceAppManagement + operationId: deviceAppManagement_UpdateTargetedManagedAppConfiguration + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Delete navigation property targetedManagedAppConfigurations for deviceAppManagement + operationId: deviceAppManagement_DeleteTargetedManagedAppConfiguration + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.targetedManagedAppConfiguration_ListApp + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - $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.managedMobileAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Create new navigation property to apps for deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_CreateApp + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.targetedManagedAppConfiguration_GetApp + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - 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.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Update the navigation property apps in deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_UpdateApp + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Delete navigation property apps for deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_DeleteApp + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.targetedManagedAppConfiguration.app_GetCount + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get assignments from deviceAppManagement + description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + operationId: deviceAppManagement.targetedManagedAppConfiguration_ListAssignment + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - $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.targetedManagedAppPolicyAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_CreateAssignment + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get assignments from deviceAppManagement + description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + operationId: deviceAppManagement.targetedManagedAppConfiguration_GetAssignment + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - 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.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_UpdateAssignment + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_DeleteAssignment + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.targetedManagedAppConfiguration.assignment_GetCount + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get deploymentSummary from deviceAppManagement + description: Navigation property to deployment summary of the configuration. + operationId: deviceAppManagement.targetedManagedAppConfiguration_GetDeploymentSummary + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - 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.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Update the navigation property deploymentSummary in deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_UpdateDeploymentSummary + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Delete navigation property deploymentSummary for deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_DeleteDeploymentSummary + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.assign': + post: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Invoke action assign + operationId: deviceAppManagement.targetedManagedAppConfiguration_assign + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + assignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.changeSettings': + post: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Invoke action changeSettings + operationId: deviceAppManagement.targetedManagedAppConfiguration_changeSetting + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + settings: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/microsoft.graph.targetApps': + post: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Invoke action targetApps + operationId: deviceAppManagement.targetedManagedAppConfiguration_targetApp + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + apps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + appGroupType: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppGroupType' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get settings from deviceAppManagement + description: List of settings contained in this App Configuration policy + operationId: deviceAppManagement.targetedManagedAppConfiguration_ListSetting + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - $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.deviceManagementConfigurationSettingCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Create new navigation property to settings for deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_CreateSetting + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get settings from deviceAppManagement + description: List of settings contained in this App Configuration policy + operationId: deviceAppManagement.targetedManagedAppConfiguration_GetSetting + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: deviceManagementConfigurationSetting-id + in: path + description: The unique identifier of deviceManagementConfigurationSetting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementConfigurationSetting + - 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.deviceManagementConfigurationSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Update the navigation property settings in deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_UpdateSetting + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: deviceManagementConfigurationSetting-id + in: path + description: The unique identifier of deviceManagementConfigurationSetting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementConfigurationSetting + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSetting' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Delete navigation property settings for deviceAppManagement + operationId: deviceAppManagement.targetedManagedAppConfiguration_DeleteSetting + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: deviceManagementConfigurationSetting-id + in: path + description: The unique identifier of deviceManagementConfigurationSetting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementConfigurationSetting + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get settingDefinitions from deviceAppManagement + description: List of related Setting Definitions. This property is read-only. + operationId: deviceAppManagement.targetedManagedAppConfiguration.setting_ListSettingDefinition + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: deviceManagementConfigurationSetting-id + in: path + description: The unique identifier of deviceManagementConfigurationSetting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementConfigurationSetting + - $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.deviceManagementConfigurationSettingDefinitionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get settingDefinitions from deviceAppManagement + description: List of related Setting Definitions. This property is read-only. + operationId: deviceAppManagement.targetedManagedAppConfiguration.setting_GetSettingDefinition + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: deviceManagementConfigurationSetting-id + in: path + description: The unique identifier of deviceManagementConfigurationSetting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementConfigurationSetting + - name: deviceManagementConfigurationSettingDefinition-id + in: path + description: The unique identifier of deviceManagementConfigurationSettingDefinition + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementConfigurationSettingDefinition + - 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.deviceManagementConfigurationSettingDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.targetedManagedAppConfiguration.setting.settingDefinition_GetCount + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - name: deviceManagementConfigurationSetting-id + in: path + description: The unique identifier of deviceManagementConfigurationSetting + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementConfigurationSetting + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count': + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.targetedManagedAppConfiguration.setting_GetCount + parameters: + - name: targetedManagedAppConfiguration-id + in: path + description: The unique identifier of targetedManagedAppConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/targetedManagedAppConfigurations/$count: + get: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Get the number of the resource + operationId: deviceAppManagement.targetedManagedAppConfiguration_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/targetedManagedAppConfigurations/microsoft.graph.hasPayloadLinks: + post: + tags: + - deviceAppManagement.targetedManagedAppConfiguration + summary: Invoke action hasPayloadLinks + operationId: deviceAppManagement.targetedManagedAppConfiguration_hasPayloadLink + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + payloadIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hasPayloadLinkResultItem' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/vppTokens: + get: + tags: + - deviceAppManagement.vppToken + summary: Get vppTokens from deviceAppManagement + description: List of Vpp tokens for this organization. + operationId: deviceAppManagement_ListVppToken + 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.vppTokenCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.vppToken + summary: Create new navigation property to vppTokens for deviceAppManagement + operationId: deviceAppManagement_CreateVppToken + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.vppToken' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.vppToken' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/vppTokens/{vppToken-id}': + get: + tags: + - deviceAppManagement.vppToken + summary: Get vppTokens from deviceAppManagement + description: List of Vpp tokens for this organization. + operationId: deviceAppManagement_GetVppToken + parameters: + - name: vppToken-id + in: path + description: The unique identifier of vppToken + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: vppToken + - 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.vppToken' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.vppToken + summary: Update the navigation property vppTokens in deviceAppManagement + operationId: deviceAppManagement_UpdateVppToken + parameters: + - name: vppToken-id + in: path + description: The unique identifier of vppToken + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: vppToken + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.vppToken' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.vppToken' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.vppToken + summary: Delete navigation property vppTokens for deviceAppManagement + operationId: deviceAppManagement_DeleteVppToken + parameters: + - name: vppToken-id + in: path + description: The unique identifier of vppToken + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: vppToken + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.revokeLicenses': + post: + tags: + - deviceAppManagement.vppToken + summary: Invoke action revokeLicenses + description: Revoke licenses associated with a specific appleVolumePurchaseProgramToken + operationId: deviceAppManagement.vppToken_revokeLicense + parameters: + - name: vppToken-id + in: path + description: The unique identifier of vppToken + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: vppToken + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + notifyManagedDevices: + type: boolean + default: false + revokeUntrackedLicenses: + type: boolean + default: false + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/vppTokens/{vppToken-id}/microsoft.graph.syncLicenses': + post: + tags: + - deviceAppManagement.vppToken + summary: Invoke action syncLicenses + description: Syncs licenses associated with a specific appleVolumePurchaseProgramToken + operationId: deviceAppManagement.vppToken_syncLicense + parameters: + - name: vppToken-id + in: path + description: The unique identifier of vppToken + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: vppToken + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.vppToken' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/vppTokens/$count: + get: + tags: + - deviceAppManagement.vppToken + summary: Get the number of the resource + operationId: deviceAppManagement.vppToken_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/vppTokens/microsoft.graph.getLicensesForApp(bundleId=''{bundleId}'')': + get: + tags: + - deviceAppManagement.vppToken + summary: Invoke function getLicensesForApp + operationId: deviceAppManagement.vppToken_getLicensesGraphFPreApp + parameters: + - name: bundleId + in: path + description: 'Usage: bundleId=''{bundleId}''' + required: true + style: simple + schema: + type: string + nullable: true + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.vppTokenLicenseSummary' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + /deviceAppManagement/vppTokens/microsoft.graph.syncLicenseCounts: + post: + tags: + - deviceAppManagement.vppToken + summary: Invoke action syncLicenseCounts + operationId: deviceAppManagement.vppToken_syncLicenseCount + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/wdacSupplementalPolicies: + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get wdacSupplementalPolicies from deviceAppManagement + description: The collection of Windows Defender Application Control Supplemental Policies. + operationId: deviceAppManagement_ListWdacSupplementalPolicy + 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.windowsDefenderApplicationControlSupplementalPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Create new navigation property to wdacSupplementalPolicies for deviceAppManagement + operationId: deviceAppManagement_CreateWdacSupplementalPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}': + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get wdacSupplementalPolicies from deviceAppManagement + description: The collection of Windows Defender Application Control Supplemental Policies. + operationId: deviceAppManagement_GetWdacSupplementalPolicy + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - 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.windowsDefenderApplicationControlSupplementalPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Update the navigation property wdacSupplementalPolicies in deviceAppManagement + operationId: deviceAppManagement_UpdateWdacSupplementalPolicy + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Delete navigation property wdacSupplementalPolicies for deviceAppManagement + operationId: deviceAppManagement_DeleteWdacSupplementalPolicy + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments': + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get assignments from deviceAppManagement + description: The associated group assignments for the Windows Defender Application Control Supplemental Policy. + operationId: deviceAppManagement.wdacSupplementalPolicy_ListAssignment + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - $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.windowsDefenderApplicationControlSupplementalPolicyAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.wdacSupplementalPolicy_CreateAssignment + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}': + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get assignments from deviceAppManagement + description: The associated group assignments for the Windows Defender Application Control Supplemental Policy. + operationId: deviceAppManagement.wdacSupplementalPolicy_GetAssignment + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - name: windowsDefenderApplicationControlSupplementalPolicyAssignment-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicyAssignment + - 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.windowsDefenderApplicationControlSupplementalPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.wdacSupplementalPolicy_UpdateAssignment + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - name: windowsDefenderApplicationControlSupplementalPolicyAssignment-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicyAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.wdacSupplementalPolicy_DeleteAssignment + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - name: windowsDefenderApplicationControlSupplementalPolicyAssignment-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicyAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count': + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.wdacSupplementalPolicy.assignment_GetCount + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary': + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get deploySummary from deviceAppManagement + description: WindowsDefenderApplicationControl supplemental policy deployment summary. + operationId: deviceAppManagement.wdacSupplementalPolicy_GetDeploySummary + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - 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.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Update the navigation property deploySummary in deviceAppManagement + operationId: deviceAppManagement.wdacSupplementalPolicy_UpdateDeploySummary + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Delete navigation property deploySummary for deviceAppManagement + operationId: deviceAppManagement.wdacSupplementalPolicy_DeleteDeploySummary + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses': + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get deviceStatuses from deviceAppManagement + description: The list of device deployment states for this WindowsDefenderApplicationControl supplemental policy. + operationId: deviceAppManagement.wdacSupplementalPolicy_ListDeviceStatus + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - $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.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatusCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Create new navigation property to deviceStatuses for deviceAppManagement + operationId: deviceAppManagement.wdacSupplementalPolicy_CreateDeviceStatus + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}': + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get deviceStatuses from deviceAppManagement + description: The list of device deployment states for this WindowsDefenderApplicationControl supplemental policy. + operationId: deviceAppManagement.wdacSupplementalPolicy_GetDeviceStatus + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - name: windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus + - 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.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Update the navigation property deviceStatuses in deviceAppManagement + operationId: deviceAppManagement.wdacSupplementalPolicy_UpdateDeviceStatus + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - name: windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Delete navigation property deviceStatuses for deviceAppManagement + operationId: deviceAppManagement.wdacSupplementalPolicy_DeleteDeviceStatus + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - name: windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}/policy': + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get policy from deviceAppManagement + description: The navigation link to the WindowsDefenderApplicationControl supplemental policy. + operationId: deviceAppManagement.wdacSupplementalPolicy.deviceStatus_GetPolicy + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - name: windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus + - 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.windowsDefenderApplicationControlSupplementalPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/$count': + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.wdacSupplementalPolicy.deviceStatus_GetCount + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/microsoft.graph.assign': + post: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Invoke action assign + operationId: deviceAppManagement.wdacSupplementalPolicy_assign + parameters: + - name: windowsDefenderApplicationControlSupplementalPolicy-id + in: path + description: The unique identifier of windowsDefenderApplicationControlSupplementalPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsDefenderApplicationControlSupplementalPolicy + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + wdacPolicyAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/wdacSupplementalPolicies/$count: + get: + tags: + - deviceAppManagement.windowsDefenderApplicationControlSupplementalPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.wdacSupplementalPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/windowsInformationProtectionDeviceRegistrations: + get: + tags: + - deviceAppManagement.windowsInformationProtectionDeviceRegistration + summary: Get windowsInformationProtectionDeviceRegistrations from deviceAppManagement + description: Windows information protection device registrations that are not MDM enrolled. + operationId: deviceAppManagement_ListWindowsInformationProtectionDeviceRegistration + 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.windowsInformationProtectionDeviceRegistrationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsInformationProtectionDeviceRegistration + summary: Create new navigation property to windowsInformationProtectionDeviceRegistrations for deviceAppManagement + operationId: deviceAppManagement_CreateWindowsInformationProtectionDeviceRegistration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}': + get: + tags: + - deviceAppManagement.windowsInformationProtectionDeviceRegistration + summary: Get windowsInformationProtectionDeviceRegistrations from deviceAppManagement + description: Windows information protection device registrations that are not MDM enrolled. + operationId: deviceAppManagement_GetWindowsInformationProtectionDeviceRegistration + parameters: + - name: windowsInformationProtectionDeviceRegistration-id + in: path + description: The unique identifier of windowsInformationProtectionDeviceRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionDeviceRegistration + - 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.windowsInformationProtectionDeviceRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsInformationProtectionDeviceRegistration + summary: Update the navigation property windowsInformationProtectionDeviceRegistrations in deviceAppManagement + operationId: deviceAppManagement_UpdateWindowsInformationProtectionDeviceRegistration + parameters: + - name: windowsInformationProtectionDeviceRegistration-id + in: path + description: The unique identifier of windowsInformationProtectionDeviceRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionDeviceRegistration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionDeviceRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsInformationProtectionDeviceRegistration + summary: Delete navigation property windowsInformationProtectionDeviceRegistrations for deviceAppManagement + operationId: deviceAppManagement_DeleteWindowsInformationProtectionDeviceRegistration + parameters: + - name: windowsInformationProtectionDeviceRegistration-id + in: path + description: The unique identifier of windowsInformationProtectionDeviceRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionDeviceRegistration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/microsoft.graph.wipe': + post: + tags: + - deviceAppManagement.windowsInformationProtectionDeviceRegistration + summary: Invoke action wipe + operationId: deviceAppManagement.windowsInformationProtectionDeviceRegistration_wipe + parameters: + - name: windowsInformationProtectionDeviceRegistration-id + in: path + description: The unique identifier of windowsInformationProtectionDeviceRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionDeviceRegistration + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count: + get: + tags: + - deviceAppManagement.windowsInformationProtectionDeviceRegistration + summary: Get the number of the resource + operationId: deviceAppManagement.windowsInformationProtectionDeviceRegistration_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/windowsInformationProtectionPolicies: + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get windowsInformationProtectionPolicies from deviceAppManagement + description: Windows information protection for apps running on devices which are not MDM enrolled. + operationId: deviceAppManagement_ListWindowsInformationProtectionPolicy + 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.windowsInformationProtectionPolicyCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Create new navigation property to windowsInformationProtectionPolicies for deviceAppManagement + operationId: deviceAppManagement_CreateWindowsInformationProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get windowsInformationProtectionPolicies from deviceAppManagement + description: Windows information protection for apps running on devices which are not MDM enrolled. + operationId: deviceAppManagement_GetWindowsInformationProtectionPolicy + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - 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.windowsInformationProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Update the navigation property windowsInformationProtectionPolicies in deviceAppManagement + operationId: deviceAppManagement_UpdateWindowsInformationProtectionPolicy + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionPolicy' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Delete navigation property windowsInformationProtectionPolicies for deviceAppManagement + operationId: deviceAppManagement_DeleteWindowsInformationProtectionPolicy + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get assignments from deviceAppManagement + description: Navigation property to list of security groups targeted for policy. + operationId: deviceAppManagement.windowsInformationProtectionPolicy_ListAssignment + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - $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.targetedManagedAppPolicyAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.windowsInformationProtectionPolicy_CreateAssignment + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get assignments from deviceAppManagement + description: Navigation property to list of security groups targeted for policy. + operationId: deviceAppManagement.windowsInformationProtectionPolicy_GetAssignment + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - 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.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.windowsInformationProtectionPolicy_UpdateAssignment + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.windowsInformationProtectionPolicy_DeleteAssignment + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.windowsInformationProtectionPolicy.assignment_GetCount + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get exemptAppLockerFiles from deviceAppManagement + description: Another way to input exempt apps through xml files + operationId: deviceAppManagement.windowsInformationProtectionPolicy_ListExemptAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - $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.windowsInformationProtectionAppLockerFileCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Create new navigation property to exemptAppLockerFiles for deviceAppManagement + operationId: deviceAppManagement.windowsInformationProtectionPolicy_CreateExemptAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get exemptAppLockerFiles from deviceAppManagement + description: Another way to input exempt apps through xml files + operationId: deviceAppManagement.windowsInformationProtectionPolicy_GetExemptAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + - 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.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Update the navigation property exemptAppLockerFiles in deviceAppManagement + operationId: deviceAppManagement.windowsInformationProtectionPolicy_UpdateExemptAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Delete navigation property exemptAppLockerFiles for deviceAppManagement + operationId: deviceAppManagement.windowsInformationProtectionPolicy_DeleteExemptAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.windowsInformationProtectionPolicy.exemptAppLockerFile_GetCount + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get protectedAppLockerFiles from deviceAppManagement + description: Another way to input protected apps through xml files + operationId: deviceAppManagement.windowsInformationProtectionPolicy_ListProtectedAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - $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.windowsInformationProtectionAppLockerFileCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Create new navigation property to protectedAppLockerFiles for deviceAppManagement + operationId: deviceAppManagement.windowsInformationProtectionPolicy_CreateProtectedAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get protectedAppLockerFiles from deviceAppManagement + description: Another way to input protected apps through xml files + operationId: deviceAppManagement.windowsInformationProtectionPolicy_GetProtectedAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + - 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.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Update the navigation property protectedAppLockerFiles in deviceAppManagement + operationId: deviceAppManagement.windowsInformationProtectionPolicy_UpdateProtectedAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionAppLockerFile' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Delete navigation property protectedAppLockerFiles for deviceAppManagement + operationId: deviceAppManagement.windowsInformationProtectionPolicy_DeleteProtectedAppLockerFile + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - name: windowsInformationProtectionAppLockerFile-id + in: path + description: The unique identifier of windowsInformationProtectionAppLockerFile + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionAppLockerFile + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count': + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.windowsInformationProtectionPolicy.protectedAppLockerFile_GetCount + parameters: + - name: windowsInformationProtectionPolicy-id + in: path + description: The unique identifier of windowsInformationProtectionPolicy + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionPolicy + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/windowsInformationProtectionPolicies/$count: + get: + tags: + - deviceAppManagement.windowsInformationProtectionPolicy + summary: Get the number of the resource + operationId: deviceAppManagement.windowsInformationProtectionPolicy_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/windowsInformationProtectionWipeActions: + get: + tags: + - deviceAppManagement.windowsInformationProtectionWipeAction + summary: Get windowsInformationProtectionWipeActions from deviceAppManagement + description: Windows information protection wipe actions. + operationId: deviceAppManagement_ListWindowsInformationProtectionWipeAction + 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.windowsInformationProtectionWipeActionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsInformationProtectionWipeAction + summary: Create new navigation property to windowsInformationProtectionWipeActions for deviceAppManagement + operationId: deviceAppManagement_CreateWindowsInformationProtectionWipeAction + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionWipeAction' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionWipeAction' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}': + get: + tags: + - deviceAppManagement.windowsInformationProtectionWipeAction + summary: Get windowsInformationProtectionWipeActions from deviceAppManagement + description: Windows information protection wipe actions. + operationId: deviceAppManagement_GetWindowsInformationProtectionWipeAction + parameters: + - name: windowsInformationProtectionWipeAction-id + in: path + description: The unique identifier of windowsInformationProtectionWipeAction + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionWipeAction + - 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.windowsInformationProtectionWipeAction' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsInformationProtectionWipeAction + summary: Update the navigation property windowsInformationProtectionWipeActions in deviceAppManagement + operationId: deviceAppManagement_UpdateWindowsInformationProtectionWipeAction + parameters: + - name: windowsInformationProtectionWipeAction-id + in: path + description: The unique identifier of windowsInformationProtectionWipeAction + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionWipeAction + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionWipeAction' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsInformationProtectionWipeAction' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsInformationProtectionWipeAction + summary: Delete navigation property windowsInformationProtectionWipeActions for deviceAppManagement + operationId: deviceAppManagement_DeleteWindowsInformationProtectionWipeAction + parameters: + - name: windowsInformationProtectionWipeAction-id + in: path + description: The unique identifier of windowsInformationProtectionWipeAction + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsInformationProtectionWipeAction + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceAppManagement/windowsInformationProtectionWipeActions/$count: + get: + tags: + - deviceAppManagement.windowsInformationProtectionWipeAction + summary: Get the number of the resource + operationId: deviceAppManagement.windowsInformationProtectionWipeAction_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/windowsManagedAppProtections: + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get windowsManagedAppProtections from deviceAppManagement + description: Windows managed app policies. + operationId: deviceAppManagement_ListWindowsManagedAppProtection + 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.windowsManagedAppProtectionCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Create new navigation property to windowsManagedAppProtections for deviceAppManagement + operationId: deviceAppManagement_CreateWindowsManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsManagedAppProtection' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}': + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get windowsManagedAppProtections from deviceAppManagement + description: Windows managed app policies. + operationId: deviceAppManagement_GetWindowsManagedAppProtection + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - 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.windowsManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Update the navigation property windowsManagedAppProtections in deviceAppManagement + operationId: deviceAppManagement_UpdateWindowsManagedAppProtection + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsManagedAppProtection' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.windowsManagedAppProtection' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Delete navigation property windowsManagedAppProtections for deviceAppManagement + operationId: deviceAppManagement_DeleteWindowsManagedAppProtection + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps': + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.windowsManagedAppProtection_ListApp + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - $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.managedMobileAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Create new navigation property to apps for deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_CreateApp + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}': + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get apps from deviceAppManagement + description: List of apps to which the policy is deployed. + operationId: deviceAppManagement.windowsManagedAppProtection_GetApp + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - 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.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Update the navigation property apps in deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_UpdateApp + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Delete navigation property apps for deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_DeleteApp + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: managedMobileApp-id + in: path + description: The unique identifier of managedMobileApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedMobileApp + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count': + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.windowsManagedAppProtection.app_GetCount + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments': + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get assignments from deviceAppManagement + description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + operationId: deviceAppManagement.windowsManagedAppProtection_ListAssignment + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - $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.targetedManagedAppPolicyAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Create new navigation property to assignments for deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_CreateAssignment + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}': + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get assignments from deviceAppManagement + description: Navigation property to list of inclusion and exclusion groups to which the policy is deployed. + operationId: deviceAppManagement.windowsManagedAppProtection_GetAssignment + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - 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.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Update the navigation property assignments in deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_UpdateAssignment + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Delete navigation property assignments for deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_DeleteAssignment + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: targetedManagedAppPolicyAssignment-id + in: path + description: The unique identifier of targetedManagedAppPolicyAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: targetedManagedAppPolicyAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count': + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.windowsManagedAppProtection.assignment_GetCount + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary': + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get deploymentSummary from deviceAppManagement + description: Navigation property to deployment summary of the configuration. + operationId: deviceAppManagement.windowsManagedAppProtection_GetDeploymentSummary + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - 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.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Update the navigation property deploymentSummary in deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_UpdateDeploymentSummary + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedAppPolicyDeploymentSummary' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Delete navigation property deploymentSummary for deviceAppManagement + operationId: deviceAppManagement.windowsManagedAppProtection_DeleteDeploymentSummary + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/microsoft.graph.assign': + post: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Invoke action assign + operationId: deviceAppManagement.windowsManagedAppProtection_assign + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + assignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.targetedManagedAppPolicyAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/microsoft.graph.targetApps': + post: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Invoke action targetApps + operationId: deviceAppManagement.windowsManagedAppProtection_targetApp + parameters: + - name: windowsManagedAppProtection-id + in: path + description: The unique identifier of windowsManagedAppProtection + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: windowsManagedAppProtection + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + apps: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.managedMobileApp' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceAppManagement/windowsManagedAppProtections/$count: + get: + tags: + - deviceAppManagement.windowsManagedAppProtection + summary: Get the number of the resource + operationId: deviceAppManagement.windowsManagedAppProtection_GetCount + parameters: + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + /deviceAppManagement/windowsManagementApp: + get: + tags: + - deviceAppManagement.windowsManagementApp + summary: Get windowsManagementApp from deviceAppManagement + description: Windows management app. + operationId: deviceAppManagement_GetWindowsManagementApp + 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.windowsManagementApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/deviceEnrollmentConfigurations': + get: + tags: + - users.deviceEnrollmentConfiguration + summary: Get deviceEnrollmentConfigurations from users + description: Get enrollment configurations targeted to the user + operationId: user_ListDeviceEnrollmentConfiguration + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $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.deviceEnrollmentConfigurationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.deviceEnrollmentConfiguration + summary: Create new navigation property to deviceEnrollmentConfigurations for users + operationId: user_CreateDeviceEnrollmentConfiguration + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}': + get: + tags: + - users.deviceEnrollmentConfiguration + summary: Get deviceEnrollmentConfigurations from users + description: Get enrollment configurations targeted to the user + operationId: user_GetDeviceEnrollmentConfiguration + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + - 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.deviceEnrollmentConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.deviceEnrollmentConfiguration + summary: Update the navigation property deviceEnrollmentConfigurations in users + operationId: user_UpdateDeviceEnrollmentConfiguration + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.deviceEnrollmentConfiguration + summary: Delete navigation property deviceEnrollmentConfigurations for users + operationId: user_DeleteDeviceEnrollmentConfiguration + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments': + get: + tags: + - users.deviceEnrollmentConfiguration + summary: Get assignments from users + description: The list of group assignments for the device configuration profile + operationId: user.deviceEnrollmentConfiguration_ListAssignment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + - $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.enrollmentConfigurationAssignmentCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.deviceEnrollmentConfiguration + summary: Create new navigation property to assignments for users + operationId: user.deviceEnrollmentConfiguration_CreateAssignment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}': + get: + tags: + - users.deviceEnrollmentConfiguration + summary: Get assignments from users + description: The list of group assignments for the device configuration profile + operationId: user.deviceEnrollmentConfiguration_GetAssignment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + - name: enrollmentConfigurationAssignment-id + in: path + description: The unique identifier of enrollmentConfigurationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: enrollmentConfigurationAssignment + - 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.enrollmentConfigurationAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.deviceEnrollmentConfiguration + summary: Update the navigation property assignments in users + operationId: user.deviceEnrollmentConfiguration_UpdateAssignment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + - name: enrollmentConfigurationAssignment-id + in: path + description: The unique identifier of enrollmentConfigurationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: enrollmentConfigurationAssignment + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.deviceEnrollmentConfiguration + summary: Delete navigation property assignments for users + operationId: user.deviceEnrollmentConfiguration_DeleteAssignment + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + - name: enrollmentConfigurationAssignment-id + in: path + description: The unique identifier of enrollmentConfigurationAssignment + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: enrollmentConfigurationAssignment + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count': + get: + tags: + - users.deviceEnrollmentConfiguration + summary: Get the number of the resource + operationId: user.deviceEnrollmentConfiguration.assignment_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign': + post: + tags: + - users.deviceEnrollmentConfiguration + summary: Invoke action assign + operationId: user.deviceEnrollmentConfiguration_assign + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + enrollmentConfigurationAssignments: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.enrollmentConfigurationAssignment' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.setPriority': + post: + tags: + - users.deviceEnrollmentConfiguration + summary: Invoke action setPriority + operationId: user.deviceEnrollmentConfiguration_setPriority + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceEnrollmentConfiguration-id + in: path + description: The unique identifier of deviceEnrollmentConfiguration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceEnrollmentConfiguration + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + priority: + maximum: 2147483647 + minimum: -2147483648 + type: number + format: int32 + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/deviceEnrollmentConfigurations/$count': + get: + tags: + - users.deviceEnrollmentConfiguration + summary: Get the number of the resource + operationId: user.deviceEnrollmentConfiguration_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/deviceEnrollmentConfigurations/microsoft.graph.createEnrollmentNotificationConfiguration': + post: + tags: + - users.deviceEnrollmentConfiguration + summary: Invoke action createEnrollmentNotificationConfiguration + operationId: user.deviceEnrollmentConfiguration_createEnrollmentNotificationConfiguration + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + deviceEnrollmentNotificationConfigurations: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.deviceEnrollmentConfiguration' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/users/{user-id}/deviceEnrollmentConfigurations/microsoft.graph.hasPayloadLinks': + post: + tags: + - users.deviceEnrollmentConfiguration + summary: Invoke action hasPayloadLinks + operationId: user.deviceEnrollmentConfiguration_hasPayloadLink + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + payloadIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.hasPayloadLinkResultItem' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/deviceManagementTroubleshootingEvents': + get: + tags: + - users.deviceManagementTroubleshootingEvent + summary: Get deviceManagementTroubleshootingEvents from users + description: The list of troubleshooting events for this user. + operationId: user_ListDeviceManagementTroubleshootingEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $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.deviceManagementTroubleshootingEventCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.deviceManagementTroubleshootingEvent + summary: Create new navigation property to deviceManagementTroubleshootingEvents for users + operationId: user_CreateDeviceManagementTroubleshootingEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}': + get: + tags: + - users.deviceManagementTroubleshootingEvent + summary: Get deviceManagementTroubleshootingEvents from users + description: The list of troubleshooting events for this user. + operationId: user_GetDeviceManagementTroubleshootingEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceManagementTroubleshootingEvent-id + in: path + description: The unique identifier of deviceManagementTroubleshootingEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementTroubleshootingEvent + - 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.deviceManagementTroubleshootingEvent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.deviceManagementTroubleshootingEvent + summary: Update the navigation property deviceManagementTroubleshootingEvents in users + operationId: user_UpdateDeviceManagementTroubleshootingEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceManagementTroubleshootingEvent-id + in: path + description: The unique identifier of deviceManagementTroubleshootingEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementTroubleshootingEvent + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceManagementTroubleshootingEvent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.deviceManagementTroubleshootingEvent + summary: Delete navigation property deviceManagementTroubleshootingEvents for users + operationId: user_DeleteDeviceManagementTroubleshootingEvent + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: deviceManagementTroubleshootingEvent-id + in: path + description: The unique identifier of deviceManagementTroubleshootingEvent + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceManagementTroubleshootingEvent + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/deviceManagementTroubleshootingEvents/$count': + get: + tags: + - users.deviceManagementTroubleshootingEvent + summary: Get the number of the resource + operationId: user.deviceManagementTroubleshootingEvent_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/managedAppRegistrations': + get: + tags: + - users.managedAppRegistration + summary: Get managedAppRegistrations from users + description: Zero or more managed app registrations that belong to the user. + operationId: user_ListManagedAppRegistration + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $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.managedAppRegistrationCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}': + get: + tags: + - users.managedAppRegistration + summary: Get managedAppRegistrations from users + description: Zero or more managed app registrations that belong to the user. + operationId: user_GetManagedAppRegistration + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedAppRegistration-id + in: path + description: The unique identifier of managedAppRegistration + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedAppRegistration + - 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.managedAppRegistration' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedAppRegistrations/$count': + get: + tags: + - users.managedAppRegistration + summary: Get the number of the resource + operationId: user.managedAppRegistration_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/managedDevices': + get: + tags: + - users.managedDevice + summary: Get managedDevices from users + description: The managed devices associated with the user. + operationId: user_ListManagedDevice + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - $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.managedDeviceCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.managedDevice + summary: Create new navigation property to managedDevices for users + operationId: user_CreateManagedDevice + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}': + get: + tags: + - users.managedDevice + summary: Get managedDevices from users + description: The managed devices associated with the user. + operationId: user_GetManagedDevice + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - 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.managedDevice' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.managedDevice + summary: Update the navigation property managedDevices in users + operationId: user_UpdateManagedDevice + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.managedDevice' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.managedDevice + summary: Delete navigation property managedDevices for users + operationId: user_DeleteManagedDevice + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails': + get: + tags: + - users.managedDevice + summary: Get assignmentFilterEvaluationStatusDetails from users + description: Managed device mobile app configuration states for this device. + operationId: user.managedDevice_ListAssignmentFilterEvaluationStatusDetail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $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.assignmentFilterEvaluationStatusDetailsCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.managedDevice + summary: Create new navigation property to assignmentFilterEvaluationStatusDetails for users + operationId: user.managedDevice_CreateAssignmentFilterEvaluationStatusDetail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}': + get: + tags: + - users.managedDevice + summary: Get assignmentFilterEvaluationStatusDetails from users + description: Managed device mobile app configuration states for this device. + operationId: user.managedDevice_GetAssignmentFilterEvaluationStatusDetail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: assignmentFilterEvaluationStatusDetails-id + in: path + description: The unique identifier of assignmentFilterEvaluationStatusDetails + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: assignmentFilterEvaluationStatusDetails + - 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.assignmentFilterEvaluationStatusDetails' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.managedDevice + summary: Update the navigation property assignmentFilterEvaluationStatusDetails in users + operationId: user.managedDevice_UpdateAssignmentFilterEvaluationStatusDetail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: assignmentFilterEvaluationStatusDetails-id + in: path + description: The unique identifier of assignmentFilterEvaluationStatusDetails + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: assignmentFilterEvaluationStatusDetails + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.assignmentFilterEvaluationStatusDetails' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.managedDevice + summary: Delete navigation property assignmentFilterEvaluationStatusDetails for users + operationId: user.managedDevice_DeleteAssignmentFilterEvaluationStatusDetail + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: assignmentFilterEvaluationStatusDetails-id + in: path + description: The unique identifier of assignmentFilterEvaluationStatusDetails + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: assignmentFilterEvaluationStatusDetails + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count': + get: + tags: + - users.managedDevice + summary: Get the number of the resource + operationId: user.managedDevice.assignmentFilterEvaluationStatusDetail_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps': + get: + tags: + - users.managedDevice + summary: Get detectedApps from users + description: All applications currently installed on the device + operationId: user.managedDevice_ListDetectedApp + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $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.detectedAppCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}': + get: + tags: + - users.managedDevice + summary: Get detectedApps from users + description: All applications currently installed on the device + operationId: user.managedDevice_GetDetectedApp + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: detectedApp-id + in: path + description: The unique identifier of detectedApp + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: detectedApp + - 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.detectedApp' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count': + get: + tags: + - users.managedDevice + summary: Get the number of the resource + operationId: user.managedDevice.detectedApp_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory': + get: + tags: + - users.managedDevice + summary: Get deviceCategory from users + description: Device category + operationId: user.managedDevice_GetDeviceCategory + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - 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.deviceCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.managedDevice + summary: Update the navigation property deviceCategory in users + operationId: user.managedDevice_UpdateDeviceCategory + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCategory' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.managedDevice + summary: Delete navigation property deviceCategory for users + operationId: user.managedDevice_DeleteDeviceCategory + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory/$ref': + get: + tags: + - users.managedDevice + summary: Get ref of deviceCategory from users + description: Device category + operationId: user.managedDevice_GetDeviceCategoryGraphBPreRef + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + responses: + 2XX: + description: Retrieved navigation property link + content: + application/json: + schema: + type: string + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - users.managedDevice + summary: Update the ref of navigation property deviceCategory in users + operationId: user.managedDevice_SetDeviceCategoryGraphBPreRef + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + requestBody: + $ref: '#/components/requestBodies/refPutBody' + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.managedDevice + summary: Delete ref of navigation property deviceCategory for users + operationId: user.managedDevice_DeleteDeviceCategoryGraphBPreRef + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates': + get: + tags: + - users.managedDevice + summary: Get deviceCompliancePolicyStates from users + description: Device compliance policy states for this device. + operationId: user.managedDevice_ListDeviceCompliancePolicyState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $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.deviceCompliancePolicyStateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.managedDevice + summary: Create new navigation property to deviceCompliancePolicyStates for users + operationId: user.managedDevice_CreateDeviceCompliancePolicyState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}': + get: + tags: + - users.managedDevice + summary: Get deviceCompliancePolicyStates from users + description: Device compliance policy states for this device. + operationId: user.managedDevice_GetDeviceCompliancePolicyState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: deviceCompliancePolicyState-id + in: path + description: The unique identifier of deviceCompliancePolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceCompliancePolicyState + - 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.deviceCompliancePolicyState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.managedDevice + summary: Update the navigation property deviceCompliancePolicyStates in users + operationId: user.managedDevice_UpdateDeviceCompliancePolicyState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: deviceCompliancePolicyState-id + in: path + description: The unique identifier of deviceCompliancePolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceCompliancePolicyState + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceCompliancePolicyState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.managedDevice + summary: Delete navigation property deviceCompliancePolicyStates for users + operationId: user.managedDevice_DeleteDeviceCompliancePolicyState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: deviceCompliancePolicyState-id + in: path + description: The unique identifier of deviceCompliancePolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceCompliancePolicyState + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count': + get: + tags: + - users.managedDevice + summary: Get the number of the resource + operationId: user.managedDevice.deviceCompliancePolicyState_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates': + get: + tags: + - users.managedDevice + summary: Get deviceConfigurationStates from users + description: Device configuration states for this device. + operationId: user.managedDevice_ListDeviceConfigurationState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $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.deviceConfigurationStateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.managedDevice + summary: Create new navigation property to deviceConfigurationStates for users + operationId: user.managedDevice_CreateDeviceConfigurationState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}': + get: + tags: + - users.managedDevice + summary: Get deviceConfigurationStates from users + description: Device configuration states for this device. + operationId: user.managedDevice_GetDeviceConfigurationState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: deviceConfigurationState-id + in: path + description: The unique identifier of deviceConfigurationState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceConfigurationState + - 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.deviceConfigurationState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.managedDevice + summary: Update the navigation property deviceConfigurationStates in users + operationId: user.managedDevice_UpdateDeviceConfigurationState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: deviceConfigurationState-id + in: path + description: The unique identifier of deviceConfigurationState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceConfigurationState + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceConfigurationState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.managedDevice + summary: Delete navigation property deviceConfigurationStates for users + operationId: user.managedDevice_DeleteDeviceConfigurationState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: deviceConfigurationState-id + in: path + description: The unique identifier of deviceConfigurationState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceConfigurationState + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count': + get: + tags: + - users.managedDevice + summary: Get the number of the resource + operationId: user.managedDevice.deviceConfigurationState_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates': + get: + tags: + - users.managedDevice + summary: Get deviceHealthScriptStates from users + description: Results of device health scripts that ran for this device. Default is empty list. This property is read-only. + operationId: user.managedDevice_ListDeviceHealthScriptState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $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.deviceHealthScriptPolicyStateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.managedDevice + summary: Create new navigation property to deviceHealthScriptStates for users + operationId: user.managedDevice_CreateDeviceHealthScriptState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptPolicyState' + required: true + responses: + 2XX: + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptPolicyState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id=''{id}'',policyId=''{policyId}'',deviceId=''{deviceId}''': + get: + tags: + - users.managedDevice + summary: Get deviceHealthScriptStates from users + description: Results of device health scripts that ran for this device. Default is empty list. This property is read-only. + operationId: user.managedDevice_GetDeviceHealthScriptState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: id + in: path + description: Property in multi-part unique identifier of deviceHealthScriptPolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceHealthScriptPolicyState + - name: policyId + in: path + description: Property in multi-part unique identifier of deviceHealthScriptPolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceHealthScriptPolicyState + - name: deviceId + in: path + description: Property in multi-part unique identifier of deviceHealthScriptPolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceHealthScriptPolicyState + - 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.deviceHealthScriptPolicyState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.managedDevice + summary: Update the navigation property deviceHealthScriptStates in users + operationId: user.managedDevice_UpdateDeviceHealthScriptState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: id + in: path + description: Property in multi-part unique identifier of deviceHealthScriptPolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceHealthScriptPolicyState + - name: policyId + in: path + description: Property in multi-part unique identifier of deviceHealthScriptPolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceHealthScriptPolicyState + - name: deviceId + in: path + description: Property in multi-part unique identifier of deviceHealthScriptPolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceHealthScriptPolicyState + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptPolicyState' + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.deviceHealthScriptPolicyState' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.managedDevice + summary: Delete navigation property deviceHealthScriptStates for users + operationId: user.managedDevice_DeleteDeviceHealthScriptState + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - name: id + in: path + description: Property in multi-part unique identifier of deviceHealthScriptPolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceHealthScriptPolicyState + - name: policyId + in: path + description: Property in multi-part unique identifier of deviceHealthScriptPolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceHealthScriptPolicyState + - name: deviceId + in: path + description: Property in multi-part unique identifier of deviceHealthScriptPolicyState + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: deviceHealthScriptPolicyState + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count': + get: + tags: + - users.managedDevice + summary: Get the number of the resource + operationId: user.managedDevice.deviceHealthScriptState_GetCount + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: managedDevice-id + in: path + description: The unique identifier of managedDevice + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: managedDevice + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + responses: + 2XX: + $ref: '#/components/responses/ODataCountResponse' + default: + $ref: '#/components/responses/error' '/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests': get: tags: @@ -5633,7 +51734,7 @@ components: 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: 'Optional profile expiration date and time. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z''. Returned by default.' + description: Optional profile expiration date and time. format: date-time nullable: true lastModifiedDateTime: @@ -5664,7 +51765,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.iosLobAppProvisioningConfigurationAssignment' - description: 'The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to.' + description: The associated group assignments for IosLobAppProvisioningConfiguration. x-ms-navigationProperty: true deviceStatuses: type: array @@ -6665,14 +52766,14 @@ components: 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. + description: The date and time the app was created. This property is read-only. format: date-time readOnly: true dependentAppCount: maximum: 2147483647 minimum: -2147483648 type: number - description: The total number of dependencies the child app has. + description: The total number of dependencies the child app has. This property is read-only. format: int32 readOnly: true description: @@ -6693,7 +52794,7 @@ components: nullable: true isAssigned: type: boolean - description: The value indicating whether the app is assigned to at least one group. + description: The value indicating whether the app is assigned to at least one group. This property is read-only. readOnly: true isFeatured: type: boolean @@ -6703,7 +52804,7 @@ components: 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. + description: The date and time the app was last modified. This property is read-only. format: date-time readOnly: true notes: @@ -6748,7 +52849,7 @@ components: maximum: 2147483647 minimum: -2147483648 type: number - description: The upload state. + description: 'The upload state. Possible values are: 0 - Not Ready, 1 - Ready, 2 - Processing. This property is read-only.' format: int32 readOnly: true assignments: @@ -6767,7 +52868,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.mobileAppRelationship' - description: List of relationships for this mobile app. + description: The set of direct relationships for this app. x-ms-navigationProperty: true additionalProperties: type: object @@ -13666,7 +59767,7 @@ components: type: array items: type: string - description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].NOTE: This property can''t contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).' + description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can''t contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).' passwordPolicies: type: string description: 'Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).' @@ -18391,7 +64492,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Read-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' + description: 'Directory objects that are owners of this servicePrincipal. The owners are a set of nonadmin users or servicePrincipals who are allowed to modify this object. Supports $expand and $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1).' x-ms-navigationProperty: true permissionGrantPreApprovalPolicies: type: array @@ -19478,7 +65579,7 @@ components: description: 'List of labels applied to the device by the system. Supports $filter (/$count eq 0, /$count ne 0).' trustType: type: string - description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID.' + description: 'Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Microsoft Entra ID). For more information, see Introduction to device management in Microsoft Entra ID. Supports $filter (eq, ne, not, in).' nullable: true commands: type: array @@ -21046,6 +67147,10 @@ components: nullable: true outOfOfficeSettings: $ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings' + sequenceNumber: + type: string + nullable: true + readOnly: true statusMessage: $ref: '#/components/schemas/microsoft.graph.presenceStatusMessage' additionalProperties: @@ -21211,6 +67316,8 @@ components: description: 'When set to true, documents in the user''s Office Delve are disabled. Users can control this setting in Office Delve.' contactMergeSuggestions: $ref: '#/components/schemas/microsoft.graph.contactMergeSuggestions' + exchange: + $ref: '#/components/schemas/microsoft.graph.exchangeSettings' itemInsights: $ref: '#/components/schemas/microsoft.graph.userInsightsSettings' regionalAndLanguageSettings: @@ -22132,7 +68239,7 @@ components: description: 'The unique identifier for the federated identity credential, which has a limit of 120 characters and must be URL friendly. It is immutable once created. Alternate key. Required. Not nullable. Supports $filter (eq).' subject: type: string - description: 'Required. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format, as each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Microsoft Entra ID. The combination of issuer and subject must be unique on the app. It has a limit of 600 characters. Supports $filter (eq).' + description: 'Nullable. Defaults to null if not set. The identifier of the external software workload within the external identity provider. Like the audience value, it has no fixed format, as each identity provider uses their own - sometimes a GUID, sometimes a colon delimited identifier, sometimes arbitrary strings. The value here must match the sub claim within the token presented to Microsoft Entra ID. The combination of issuer and subject must be unique on the app. It has a limit of 600 characters. If subject is defined, claimsMatchingExpression must be null. Supports $filter (eq).' nullable: true additionalProperties: type: object @@ -24924,6 +71031,8 @@ components: $ref: '#/components/schemas/microsoft.graph.chatMessage' description: A collection of all the messages in the channel. Nullable. x-ms-navigationProperty: true + planner: + $ref: '#/components/schemas/microsoft.graph.teamsChannelPlanner' sharedWithTeams: type: array items: @@ -27185,6 +73294,22 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.exchangeSettings: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: exchangeSettings + type: object + properties: + inPlaceArchiveMailboxId: + type: string + description: The unique identifier for the user's in-place archive mailbox. + nullable: true + primaryMailboxId: + type: string + description: The unique identifier for the user's primary mailbox. + nullable: true + additionalProperties: + type: object microsoft.graph.userInsightsSettings: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28236,7 +74361,7 @@ components: nullable: true contentType: type: string - description: 'The media type of the content attachment. The possible values are: reference: The attachment is a link to another file. Populate the contentURL with the link to the object.forwardedMessageReference: The attachment is a reference to a forwarded message. Populate the content with the original message context.Any contentType that is supported by the Bot Framework''s Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.' + description: 'The media type of the content attachment. The possible values are: reference: The attachment is a link to another file. Populate the contentURL with the link to the object.forwardedMessageReference: The attachment is a reference to a forwarded message. Populate the content with the original message context.Any contentType that is supported by the Bot Framework''s Attachment object.application/vnd.microsoft.card.codesnippet: Either a code snippet or place holder. application/vnd.microsoft.card.announcement: An announcement header. application/vnd.microsoft.card.fluidEmbedCard: A Microsoft Loop component.' nullable: true contentUrl: type: string @@ -30507,6 +76632,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamsChannelPlanner: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsChannelPlanner + type: object + properties: + plans: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.plannerPlan' + description: 'A collection of plannerPlan objects owned by the Teams channel. Currently, only shared channels are supported. Read-only. Nullable.' + x-ms-navigationProperty: true + additionalProperties: + type: object microsoft.graph.sharedWithChannelTeamInfo: allOf: - $ref: '#/components/schemas/microsoft.graph.teamInfo' @@ -33284,12 +79423,10 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.keyCredentialConfiguration' - description: Collection of certificate restrictions settings to be applied to an application or service principal. passwordCredentials: type: array items: $ref: '#/components/schemas/microsoft.graph.passwordCredentialConfiguration' - description: Collection of password restrictions settings to be applied to an application or service principal. additionalProperties: type: object microsoft.graph.customAppManagementApplicationConfiguration: @@ -38316,6 +84453,10 @@ components: type: boolean description: 'If true, the restriction isn''t enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications.' nullable: true + isStateSetByMicrosoft: + type: boolean + description: 'If true, Microsoft sets the identifierUriRestriction state. If false, the tenant modifies the identifierUriRestriction state. Read-only.' + readOnly: true restrictForAppsCreatedAfterDateTime: 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 diff --git a/tools/Custom/JsonExtensions.cs b/tools/Custom/JsonExtensions.cs index a951c0797a..64f9bb5058 100644 --- a/tools/Custom/JsonExtensions.cs +++ b/tools/Custom/JsonExtensions.cs @@ -1,8 +1,11 @@ namespace NamespacePrefixPlaceholder.PowerShell.JsonUtilities { using Newtonsoft.Json.Linq; + using Newtonsoft.Json; using System; using System.Linq; + using System.Text.Json; + using System.Text.Json.Nodes; public static class JsonExtensions { @@ -20,66 +23,181 @@ public static class JsonExtensions /// Console.WriteLine(cleanedJson); /// // Output: { "name": "John", "address": null } /// + public static string RemoveDefaultNullProperties(this JToken token) { try { - if (token is JObject jsonObject) + ProcessToken(token); + + // If the root token is completely empty, return "{}" or "[]" + if (token is JObject obj && !obj.HasValues) return "{}"; + if (token is JArray arr && !arr.HasValues) return "[]"; + + return token.ToString(); + } + catch (Exception) + { + return token.ToString(); // Return original JSON if an error occurs + } + } + + private static JToken ProcessToken(JToken token) + { + if (token is JObject jsonObject) + { + // Remove properties with "defaultnull" but keep valid ones + var propertiesToRemove = jsonObject.Properties() + .Where(p => p.Value.Type == JTokenType.String && p.Value.ToString().Equals("defaultnull", StringComparison.Ordinal)) + .ToList(); + + foreach (var property in propertiesToRemove) + { + property.Remove(); + } + + // Recursively process remaining properties + foreach (var property in jsonObject.Properties().ToList()) + { + JToken cleanedValue = ProcessToken(property.Value); + + // Convert explicit "null" strings to actual null + if (property.Value.Type == JTokenType.String && property.Value.ToString().Equals("null", StringComparison.Ordinal)) + { + property.Value = JValue.CreateNull(); + } + + // Remove the property if it's now empty after processing + if (ShouldRemove(cleanedValue)) + { + property.Remove(); + } + } + + // Remove the object itself if ALL properties are removed (empty object) + return jsonObject.HasValues ? jsonObject : null; + } + else if (token is JArray jsonArray) + { + for (int i = jsonArray.Count - 1; i >= 0; i--) { - foreach (var property in jsonObject.Properties().ToList()) + JToken item = jsonArray[i]; + + // Process nested objects/arrays inside the array + if (item is JObject || item is JArray) { - if (property.Value.Type == JTokenType.Object) + JToken cleanedItem = ProcessToken(item); + + if (ShouldRemove(cleanedItem)) { - RemoveDefaultNullProperties(property.Value); + jsonArray.RemoveAt(i); // Remove empty or unnecessary items } - else if (property.Value.Type == JTokenType.Array) + else { - RemoveDefaultNullProperties(property.Value); + jsonArray[i] = cleanedItem; // Update with cleaned version } - else if (property.Value.Type == JTokenType.String && property.Value.ToString().Equals("defaultnull",StringComparison.Ordinal)) + } + else if (item.Type == JTokenType.String && item.ToString().Equals("null", StringComparison.Ordinal)) + { + jsonArray[i] = JValue.CreateNull(); // Convert "null" string to JSON null + } + else if (item.Type == JTokenType.String && item.ToString().Equals("defaultnull", StringComparison.Ordinal)) + { + jsonArray.RemoveAt(i); // Remove "defaultnull" entries + } + } + + return jsonArray.HasValues ? jsonArray : null; + } + + return token; + } + + private static bool ShouldRemove(JToken token) + { + return token == null || + (token.Type == JTokenType.Object && !token.HasValues) || // Remove empty objects + (token.Type == JTokenType.Array && !token.HasValues); // Remove empty arrays + } + + + public static string ReplaceAndRemoveSlashes(this string body) + { + try + { + // Parse the JSON using Newtonsoft.Json + JToken jsonToken = JToken.Parse(body); + if (jsonToken == null) return body; // If parsing fails, return original body + + // Recursively process JSON to remove escape sequences + ProcessBody(jsonToken); + + // Return cleaned JSON string + return JsonConvert.SerializeObject(jsonToken, Formatting.None); + } + catch (Newtonsoft.Json.JsonException) + { + // If it's not valid JSON, apply normal string replacements + return body.Replace("\\", "").Replace("rn", "").Replace("\"{", "{").Replace("}\"", "}"); + } + } + + private static void ProcessBody(JToken token) + { + if (token is JObject jsonObject) + { + foreach (var property in jsonObject.Properties().ToList()) + { + var value = property.Value; + + // If the value is a string, attempt to parse it as JSON to remove escaping + if (value.Type == JTokenType.String) + { + string stringValue = value.ToString(); + try { - property.Remove(); + JToken parsedValue = JToken.Parse(stringValue); + property.Value = parsedValue; // Replace with unescaped JSON object + ProcessBody(parsedValue); // Recursively process } - else if (property.Value.Type == JTokenType.String && property.Value.ToString().Equals("null",StringComparison.Ordinal)) + catch (Newtonsoft.Json.JsonException) { - property.Value = JValue.CreateNull(); + // If parsing fails, leave the value as is } } + else if (value is JObject || value is JArray) + { + ProcessBody(value); // Recursively process nested objects/arrays + } } - else if (token is JArray jsonArray) + } + else if (token is JArray jsonArray) + { + for (int i = 0; i < jsonArray.Count; i++) { - // Process each item in the JArray - for (int i = jsonArray.Count - 1; i >= 0; i--) - { - var item = jsonArray[i]; + var value = jsonArray[i]; - if (item.Type == JTokenType.Object) - { - RemoveDefaultNullProperties(item); - } - else if (item.Type == JTokenType.String && item.ToString().Equals("defaultnull",StringComparison.Ordinal)) + // If the value is a string, attempt to parse it as JSON to remove escaping + if (value.Type == JTokenType.String) + { + string stringValue = value.ToString(); + try { - jsonArray.RemoveAt(i); // Remove the "defaultnull" string from the array + JToken parsedValue = JToken.Parse(stringValue); + jsonArray[i] = parsedValue; // Replace with unescaped JSON object + ProcessBody(parsedValue); // Recursively process } - else if (item.Type == JTokenType.String && item.ToString().Equals("null",StringComparison.Ordinal)) + catch (Newtonsoft.Json.JsonException) { - jsonArray[i] = JValue.CreateNull(); // Convert "null" string to actual null + // If parsing fails, leave the value as is } } + else if (value is JObject || value is JArray) + { + ProcessBody(value); // Recursively process nested objects/arrays + } } } - catch (System.Exception ex) - { - Console.WriteLine($"Error cleaning JSON: {ex.Message}"); - return token.ToString(); // Return the original JSON if any error occurs - } - - return token.ToString(); - } - - public static string ReplaceAndRemoveSlashes(this string body) - { - return body.Replace("\\", "").Replace("rn", "").Replace("\"{", "{").Replace("}\"", "}"); } } -} \ No newline at end of file +} diff --git a/tools/Tests/JsonUtilitiesTest/JsonExtensionsTests.cs b/tools/Tests/JsonUtilitiesTest/JsonExtensionsTests.cs index 2b25e1b1a8..1ba339600e 100644 --- a/tools/Tests/JsonUtilitiesTest/JsonExtensionsTests.cs +++ b/tools/Tests/JsonUtilitiesTest/JsonExtensionsTests.cs @@ -57,9 +57,22 @@ public void RemoveDefaultNullProperties_ShouldHandleNestedObjects() // Arrange JObject json = JObject.Parse(@"{ ""displayname"": ""Tim"", + ""professions"": { + }, + ""jobProfile"": { + ""dept"": ""ICT"", + ""manager"": false, + ""supervisor"" : ""defaultnull"" + }, ""metadata"": { ""phone"": ""defaultnull"", - ""location"": ""Nairobi"" + ""location"": ""null"", + ""address"": { + ""city"": ""Nairobi"", + ""street"": ""defaultnull"" + }, + ""station"": { + } } }"); @@ -69,7 +82,12 @@ public void RemoveDefaultNullProperties_ShouldHandleNestedObjects() // Assert Assert.False(result["metadata"]?.ToObject()?.ContainsKey("phone")); - Assert.Equal("Nairobi", result["metadata"]?["location"]?.ToString()); + Assert.Equal("ICT", result["jobProfile"]?["dept"]?.ToString()); + Assert.Equal("Nairobi", result["metadata"]?["address"]?["city"]?.ToString()); + Assert.Null(result["metadata"]?["location"]?.Value()); + // Check if emptynested object is removed + Assert.False(result["metadata"]?.ToObject()?.ContainsKey("station ")); + Assert.False(result?.ToObject()?.ContainsKey("professions")); } [Fact] @@ -206,6 +224,27 @@ private string NormalizeJson(string json) }); } + [Fact] + public void RemoveDefaultNullProperties_ShouldRemoveDefaultNullValuesInJsonObjectWithBothDeeplyNestedObjectsAndArrays(){ + // Arrange + JObject json = JObject.Parse(@"{ + ""body"":{ + ""users"": [ + { ""displayname"": ""Tim"", ""email"": ""defaultnull"", ""metadata"": { ""phone"": ""254714390915"" } } + ] + }, + ""users"": [ + { ""displayname"": ""Tim"", ""email"": ""defaultnull"", ""metadata"": { ""phone"": ""254714390915"" } }]}"); + + // Act + string cleanedJson = json.RemoveDefaultNullProperties(); + JObject result = JObject.Parse(cleanedJson); + // Assert + Assert.False(result["users"][0]?.ToObject().ContainsKey("email")); + Assert.True(result["users"][0]?["metadata"]?.ToObject().ContainsKey("phone")); + Assert.False(result["body"]?["users"][0]?.ToObject().ContainsKey("email")); + Assert.True(result["body"]?["users"][0]?["metadata"]?.ToObject().ContainsKey("phone")); + } }